We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a29ac commit 5994a6fCopy full SHA for 5994a6f
src/lib.rs
@@ -1,5 +1,5 @@
1
#![doc(html_root_url = "https://hyperium.github.io/hyper/")]
2
-#![deny(missing_docs)]
+#![cfg_attr(test, deny(missing_docs))]
3
#![cfg_attr(test, deny(warnings))]
4
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
5
0 commit comments