diff options
author | Marcel Müller <neikos@neikos.email> | 2023-01-03 10:19:53 +0100 |
---|---|---|
committer | Marcel Müller <neikos@neikos.email> | 2023-01-04 08:38:40 +0100 |
commit | 94e853b3a2874a6c8cd811126a19711ad894c942 (patch) | |
tree | 3bc2638526b23740337bfc5b979dfd3270d86c51 | |
parent | 8274b53f8d77ffe37119abdafefb5a3d7aeb0bb1 (diff) |
Remove all-targets from clippy check
Signed-off-by: Marcel Müller <neikos@neikos.email>
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ cloudmqtt-clippy = craneLib.cargoClippy { inherit cargoArtifacts src; - cargoExtraArgs = "--all --all-features --all-targets"; + cargoExtraArgs = "--all --all-features"; cargoClippyExtraArgs = "-- --deny warnings"; }; |