summaryrefslogtreecommitdiffstats
path: root/.cargo-husky
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-10-25 21:49:13 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-10-25 21:49:13 -0400
commit548dda044c204b0401bd650d540c05551883571f (patch)
tree5ef345c259c2815c45ceb13747ca111457dd62f1 /.cargo-husky
parent05b39d29ae4f3a3dd3f88c69ba3e29a1f9035c37 (diff)
other: Change cargo-husky pre-push to stable
Diffstat (limited to '.cargo-husky')
-rwxr-xr-x.cargo-husky/hooks/pre-push4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cargo-husky/hooks/pre-push b/.cargo-husky/hooks/pre-push
index 49bed1f2..28871639 100755
--- a/.cargo-husky/hooks/pre-push
+++ b/.cargo-husky/hooks/pre-push
@@ -4,8 +4,8 @@ set -e
echo "Running pre-push hook:"
-echo "Executing: cargo +nightly clippy -- -D clippy::all"
-cargo +nightly clippy -- -D clippy::all
+echo "Executing: cargo clippy -- -D clippy::all"
+cargo clippy -- -D clippy::all
# echo "Executing: cargo test"
# cargo test