Skip to content

Commit

Permalink
Warn on missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jul 31, 2020
1 parent 6b9eaff commit 1879a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#![cfg_attr(feature = "unstable", feature(const_generics))]
#![cfg_attr(feature = "unstable", allow(incomplete_features))]

//#![warn(missing_docs)]
#![warn(missing_docs)]

use access::{ReadOnly, ReadWrite, Readable, Writable, WriteOnly};
#[cfg(feature = "unstable")]
Expand Down

0 comments on commit 1879a64

Please sign in to comment.