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 71bd27d commit 44212fcCopy full SHA for 44212fc
hdf5-derive/tests/compile-test.rs
@@ -32,7 +32,7 @@ fn run_mode(mode: &'static str) {
32
33
config.mode = cfg_mode;
34
config.src_base = format!("tests/{}", mode).into();
35
- config.verbose = true;
+ config.verbose = false;
36
config.link_deps();
37
// clean_rlibs(&config); // commented out for now as it's flaky on CI
38
0 commit comments