Skip to content

Commit

Permalink
ci: silence unexpected-cfgs warnings due to #[cfg(loom)] (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 5, 2024
1 parent cb7f844 commit 0c17e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
@@ -1,3 +1,4 @@
#![allow(unknown_lints, unexpected_cfgs)]
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![doc(test(
no_crate_inject,
Expand Down

0 comments on commit 0c17e99

Please sign in to comment.