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:
Amanieu d'Antras
2023-08-12 00:26:16 +02:00
parent 9a991c7a67
commit 5161de5da4
2 changed files with 1 additions and 2 deletions

View File

@@ -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)]