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 c0bfb61 commit ec8c9ecCopy full SHA for ec8c9ec
Makefile
@@ -30,7 +30,6 @@ lint-rust-examples:
30
echo "Linting $${manifest_path}" \
31
&& cargo clippy --manifest-path "$${manifest_path}" -- -D warnings \
32
&& cargo fmt --manifest-path "$${manifest_path}" -- --check \
33
- && (git diff --name-status --exit-code . || (echo "Git working tree dirtied by lints. Run 'make update-cargo-locks' and check in changes" && false)) \
34
|| exit 1 ; \
35
done
36
0 commit comments