mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 14:48:42 -06:00
add doc_auto_cfg
This commit is contained in:
parent
964cf22372
commit
adbc81e704
|
@ -5,6 +5,8 @@
|
|||
//! # Features
|
||||
#![doc = document_features::document_features!()]
|
||||
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![forbid(unsafe_op_in_unsafe_fn)]
|
||||
#![allow(unused_parens)]
|
||||
|
|
Loading…
Reference in a new issue