mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
add doc_auto_cfg
This commit is contained in:
parent
3dabfdb339
commit
11b5363e26
|
@ -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