Skip to content

Commit

Permalink
docs for no features
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 12, 2024
1 parent a62b9d0 commit 652264a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miniconf/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![cfg_attr(not(any(test, feature = "std")), no_std)]
#![cfg_attr(all(feature = "derive", feature = "json-core"), doc = include_str!("../README.md"))]
#![cfg_attr(not(all(feature = "derive", feature = "json-core")), doc = "Miniconf")]
#![deny(rust_2018_compatibility)]
#![deny(rust_2018_idioms)]
#![warn(missing_docs)]
Expand Down

0 comments on commit 652264a

Please sign in to comment.