We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f5ac6 commit ce85e01Copy full SHA for ce85e01
1 file changed
scripts/pre-commit
@@ -6,7 +6,7 @@ set -eo pipefail
6
7
if [ -f Cargo.toml ]; then
8
# Ensure that all targets can be built.
9
- cargo build -r --all-targets
+ cargo build --all-targets
10
11
#Ensure that code is correctly formatted.
12
cargo fmt --check || (echo "Run cargo fmt to fix formatting" && exit 1)
0 commit comments