1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 06:27:28 +00:00

Use the previously defined cfg to add the feature(doc_cfg) attribute to the crate

This commit is contained in:
Steffo 2023-05-08 14:46:15 +02:00 committed by GitHub
parent 2845f53587
commit 6e2ceef677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;