Skip to content

Commit

Permalink
Merge pull request #89 from mjsterckx/add-clippy
Browse files Browse the repository at this point in the history
Add clippy to tools in rust configs
  • Loading branch information
webern authored Feb 10, 2023
2 parents beef290 + 92a7cdb commit dcce686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/rust/config-aarch64.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compiler-docs = false
vendor = true
submodules = false
extended = true
tools = ["cargo"]
tools = ["cargo", "clippy"]

[rust]
channel = "stable"
Expand Down
2 changes: 1 addition & 1 deletion configs/rust/config-x86_64.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compiler-docs = false
vendor = true
submodules = false
extended = true
tools = ["cargo"]
tools = ["cargo", "clippy"]

[rust]
channel = "stable"
Expand Down

0 comments on commit dcce686

Please sign in to comment.