Skip to content

Commit 31c3983

Browse files
committed
Allow unused Tool variants
1 parent 94b54e4 commit 31c3983

File tree

1 file changed

+1
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/tool.rs

+1
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ macro_rules! bootstrap_tool {
244244
;
245245
)+) => {
246246
#[derive(PartialEq, Eq, Clone)]
247+
#[allow(dead_code)]
247248
pub enum Tool {
248249
$(
249250
$name,

0 commit comments

Comments
 (0)