Allow internal_features lint when building with "unstable"
This commit is contained in:
parent
f3dc12e97f
commit
cdf7ac490c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
//! libm in pure Rust
|
||||
#![deny(warnings)]
|
||||
#![no_std]
|
||||
#![cfg_attr(all(feature = "unstable"), feature(core_intrinsics))]
|
||||
#![cfg_attr(feature = "unstable", allow(internal_features))]
|
||||
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
|
||||
#![allow(clippy::unreadable_literal)]
|
||||
#![allow(clippy::many_single_char_names)]
|
||||
#![allow(clippy::needless_return)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue