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 61cd587 commit 1834e8bCopy full SHA for 1834e8b
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