diff options
author | pommicket <pommicket@gmail.com> | 2023-09-04 22:40:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-04 22:46:55 -0400 |
commit | 827122e165922c4010096c8d9ad32913ae06ab9e (patch) | |
tree | f1a6695c52bfdcfe2f1c6aac53a307aff061fcdc /pre-commit | |
parent | 021e276598b44d31fc5b90ea145f3b80e97d6e22 (diff) |
benchmark
Diffstat (limited to 'pre-commit')
-rwxr-xr-x | pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ cd $(git rev-parse --show-toplevel) cargo fmt || exit 1 cargo clippy -- -D warnings || exit 1 -git add -u src +git add -u src benches test examples |