We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8682a86 commit 46a7603Copy full SHA for 46a7603
src/lib.rs
@@ -12,7 +12,7 @@
12
#![cfg_attr(feature = "unstable", feature(const_generics))]
13
#![cfg_attr(feature = "unstable", allow(incomplete_features))]
14
15
-//#![warn(missing_docs)]
+#![warn(missing_docs)]
16
17
use access::{ReadOnly, ReadWrite, Readable, Writable, WriteOnly};
18
#[cfg(feature = "unstable")]
0 commit comments