Skip to content

Commit 0c17e99

Browse files
authored
ci: silence unexpected-cfgs warnings due to #[cfg(loom)] (#703)
1 parent cb7f844 commit 0c17e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(unknown_lints, unexpected_cfgs)]
12
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
23
#![doc(test(
34
no_crate_inject,

0 commit comments

Comments
 (0)