Skip to content

Commit b655243

Browse files
NoratriebAmanieu
authored andcommitted
Allow internal_features
1 parent 8764244 commit b655243

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/std_detect/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#![deny(clippy::missing_inline_in_public_items)]
2020
#![cfg_attr(test, allow(unused_imports))]
2121
#![no_std]
22+
// FIXME(Nilstrieb): Remove this once the compiler in stdarch CI has the internal_features lint.
23+
#![allow(unknown_lints)]
24+
#![allow(internal_features)]
2225

2326
#[cfg(test)]
2427
#[macro_use]

0 commit comments

Comments
 (0)