Skip to content

Commit

Permalink
Allow unused Tool variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jun 29, 2024
1 parent 94b54e4 commit 31c3983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/src/core/build_steps/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ macro_rules! bootstrap_tool {
;
)+) => {
#[derive(PartialEq, Eq, Clone)]
#[allow(dead_code)]
pub enum Tool {
$(
$name,
Expand Down

0 comments on commit 31c3983

Please sign in to comment.