Skip to content

Commit

Permalink
fix(xtask): disallow warnings for gem-net
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed May 1, 2024
1 parent f6264ff commit 5e60f86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xtask/src/clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ impl Clippy {
cmd!(sh, "cargo clippy --target={triple}")
.arg("--no-default-features")
.arg("--features=gem-net,tcp")
.arg("--")
.arg("-Wwarnings")
.run()?;
}

Expand Down

0 comments on commit 5e60f86

Please sign in to comment.