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 533e678 commit dcc5af5Copy full SHA for dcc5af5
src/lib.rs
@@ -41,6 +41,9 @@
41
#![cfg_attr(feature = "very_unstable", feature(effects))]
42
#![warn(missing_docs)]
43
#![deny(unsafe_op_in_unsafe_fn)]
44
+#![doc(test(attr(deny(warnings))))]
45
+#![doc(test(attr(allow(dead_code))))]
46
+#![doc(test(attr(allow(unused_variables))))]
47
48
pub use volatile_ptr::VolatilePtr;
49
pub use volatile_ref::VolatileRef;
0 commit comments