Add #![allow(internal_unstable)]
This is required to avoid build failures when using rustc features intended only for use by the standard library.
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#![deny(clippy::missing_inline_in_public_items)]
|
||||
#![cfg_attr(test, allow(unused_imports))]
|
||||
#![no_std]
|
||||
// FIXME(Nilstrieb): Remove this once the compiler in stdarch CI has the internal_features lint.
|
||||
#![allow(unknown_lints)]
|
||||
#![allow(internal_features)]
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user