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 e01b276 commit d2c2a1eCopy full SHA for d2c2a1e
fake/std_detect/lib.rs
@@ -1,3 +1,4 @@
1
#![feature(rustc_private, stdarch_internal)]
2
+#![allow(internal_features)] // yes we are doing very internal stuff here
3
extern crate std_detect;
4
pub use std_detect::*;
0 commit comments