Skip to content

Commit

Permalink
Remove no longer necessary allowed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 7, 2024
1 parent dbe1458 commit 292899c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ where
clippy::std_instead_of_core,
)]
#![feature(coroutine_trait)]
#![cfg_attr(test, allow(unexpected_cfgs))] // https://github.com/rust-lang/rust/issues/124735

#[cfg(test)]
extern crate std;
Expand Down

0 comments on commit 292899c

Please sign in to comment.