Skip to content

Commit

Permalink
fix(xtask): run clippy on feature = "dns"
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Dec 3, 2024
1 parent aba621d commit 22476ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xtask/src/clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ impl Clippy {

let triple = arch.triple();
cmd!(sh, "cargo clippy --target={triple}").run()?;
cmd!(sh, "cargo clippy --target={triple}")
.arg("--features=acpi,dns,fsgsbase,pci,shell,smp,vga")
.run()?;
cmd!(sh, "cargo clippy --target={triple}")
.arg("--no-default-features")
.run()?;
Expand Down

0 comments on commit 22476ea

Please sign in to comment.