mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-21 15:44:20 +00:00
Use the previously defined cfg to add the feature(doc_cfg)
attribute to the crate
This commit is contained in:
parent
2845f53587
commit
6e2ceef677
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#![warn(missing_docs)]
|
||||
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/micronfig/main/icon.png")]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
|
||||
pub mod single;
|
||||
|
|
Loading…
Reference in a new issue