clippy fixes

This commit is contained in:
Robin Appelman 2022-08-01 20:56:54 +02:00
commit eeb6efb5f7
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
# `nix develop`
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated];
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy];
};
}
)