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 9c05758 commit 68aaa8dCopy full SHA for 68aaa8d
src/bootstrap/src/lib.rs
@@ -15,6 +15,7 @@
15
//!
16
//! More documentation can be found in each respective module below, and you can
17
//! also check out the `src/bootstrap/README.md` file for more information.
18
+#![cfg_attr(test, allow(unused))]
19
20
use std::cell::{Cell, RefCell};
21
use std::collections::{BTreeSet, HashMap, HashSet};
0 commit comments