Skip to content

Commit

Permalink
Allow unexpected_cfgs lint for now. Allows building on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 8, 2024
1 parent 2bc0207 commit e90c927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
// [1]: Mind that the waker only takes zero bytes when all features are disabled, making it
// impossible to *wait* for the message. `try_recv` the only available method in this scenario.

#![allow(unexpected_cfgs)]
#![deny(rust_2018_idioms)]
#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit e90c927

Please sign in to comment.