We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b8d1f commit d1d5bfdCopy full SHA for d1d5bfd
compiler-builtins/libm/src/lib.rs
@@ -1,7 +1,8 @@
1
//! libm in pure Rust
2
#![deny(warnings)]
3
#![no_std]
4
-#![cfg_attr(all(feature = "unstable"), feature(core_intrinsics))]
+#![cfg_attr(feature = "unstable", allow(internal_features))]
5
+#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
6
#![allow(clippy::unreadable_literal)]
7
#![allow(clippy::many_single_char_names)]
8
#![allow(clippy::needless_return)]
0 commit comments