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 b9643b0 commit 2118f77Copy full SHA for 2118f77
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