Skip to content

Commit fa3e694

Browse files
committed
Just enable everything and see if any new tests stick
1 parent 0ccc1bf commit fa3e694

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

testcrate/build.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(unused)]
12
use std::{collections::HashSet, env};
23

34
/// Features to enable
@@ -66,7 +67,7 @@ fn main() {
6667
),
6768
Feature::NoSysF16 => ("no-sys-f16", "using apfloat fallback for f16"),
6869
};
69-
println!("cargo:warning={warning}");
70-
println!("cargo:rustc-cfg=feature=\"{name}\"");
70+
// println!("cargo:warning={warning}");
71+
// println!("cargo:rustc-cfg=feature=\"{name}\"");
7172
}
7273
}

0 commit comments

Comments
 (0)