Skip to content

Commit d2c2a1e

Browse files
committed
silence a warning in our fake std_detect crate
1 parent e01b276 commit d2c2a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fake/std_detect/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#![feature(rustc_private, stdarch_internal)]
2+
#![allow(internal_features)] // yes we are doing very internal stuff here
23
extern crate std_detect;
34
pub use std_detect::*;

0 commit comments

Comments
 (0)