We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deny(warnings)
1 parent fa29b50 commit 5e74d1bCopy full SHA for 5e74d1b
src/lib.rs
@@ -281,7 +281,7 @@
281
#![cfg_attr(feature = "docs", feature(doc_cfg))]
282
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
283
#![allow(clippy::mutex_atomic, clippy::module_inception)]
284
-#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
+#![doc(test(attr(deny(rust_2018_idioms))))]
285
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
286
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
287
0 commit comments