Skip to content

Commit

Permalink
feat: drop cargo-check
Browse files Browse the repository at this point in the history
adds significant overhead during `git commit`
  • Loading branch information
anntnzrb committed Dec 20, 2024
1 parent 876f64c commit 7fd4d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix/modules/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
hooks = {
nixpkgs-fmt.enable = true;
rustfmt.enable = true;
cargo-check.enable = true;
};
};
};
Expand Down

0 comments on commit 7fd4d49

Please sign in to comment.