diff --git a/configs/rust/config-aarch64.toml.in b/configs/rust/config-aarch64.toml.in index e2b18378..e25cfb6f 100644 --- a/configs/rust/config-aarch64.toml.in +++ b/configs/rust/config-aarch64.toml.in @@ -13,7 +13,7 @@ compiler-docs = false vendor = true submodules = false extended = true -tools = ["cargo"] +tools = ["cargo", "clippy"] [rust] channel = "stable" diff --git a/configs/rust/config-x86_64.toml.in b/configs/rust/config-x86_64.toml.in index 1b61c8f8..15d45b78 100644 --- a/configs/rust/config-x86_64.toml.in +++ b/configs/rust/config-x86_64.toml.in @@ -13,7 +13,7 @@ compiler-docs = false vendor = true submodules = false extended = true -tools = ["cargo"] +tools = ["cargo", "clippy"] [rust] channel = "stable"