Skip to content

Commit 1879a64

Browse files
committed
Warn on missing documentation
1 parent 6b9eaff commit 1879a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#![cfg_attr(feature = "unstable", feature(const_generics))]
1313
#![cfg_attr(feature = "unstable", allow(incomplete_features))]
1414

15-
//#![warn(missing_docs)]
15+
#![warn(missing_docs)]
1616

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

0 commit comments

Comments
 (0)