We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde487c commit f52dd2bCopy full SHA for f52dd2b
pre_publish.sh
@@ -17,7 +17,13 @@ git commit -m "Bump the version"
17
18
set +e
19
20
+echo "Running \`cargo fmt\`.."
21
+
22
cd clippy_lints && cargo fmt -- --write-mode=overwrite && cd ..
23
cargo fmt -- --write-mode=overwrite
24
-echo "remember to add a git tag and running 'cargo test' before committing the rustfmt changes"
25
+echo "Running tests to make sure \`cargo fmt\` did not break anything.."
26
27
+cargo test
28
29
+echo "If the tests passed, review and commit the formatting changes and remember to add a git tag."
0 commit comments