Skip to content

Commit 63186d7

Browse files
authored
Merge pull request #47 from RalfJung/silence
silence a warning in our fake std_detect crate
2 parents 3fe5072 + d2c2a1e commit 63186d7

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)