Skip to content

Commit

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

0 comments on commit b769403

Please sign in to comment.