Skip to content

Commit 5e74d1b

Browse files
committed
Remove deny(warnings) which is causing CI to fail
1 parent fa29b50 commit 5e74d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
#![cfg_attr(feature = "docs", feature(doc_cfg))]
282282
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
283283
#![allow(clippy::mutex_atomic, clippy::module_inception)]
284-
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
284+
#![doc(test(attr(deny(rust_2018_idioms))))]
285285
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
286286
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
287287

0 commit comments

Comments
 (0)