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 0eb3cc6 commit af6ac20Copy full SHA for af6ac20
src/lib.rs
@@ -23,7 +23,7 @@
23
#![deny(missing_docs)]
24
#![deny(missing_debug_implementations)]
25
#![deny(clippy::undocumented_unsafe_blocks)]
26
-#![doc(test(attr(allow(unused_variables), deny(warnings))))]
+#![doc(test(attr(allow(unused), deny(warnings))))]
27
#![cfg_attr(docsrs, feature(doc_cfg))]
28
#![no_std]
29
0 commit comments