Skip to content

Commit 13d6299

Browse files
authored
Merge pull request #2819 from lann/no-mo-cargo-freshness
Stop enforcing example Cargo.lock freshness
2 parents c0bfb61 + ec8c9ec commit 13d6299

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ lint-rust-examples:
3030
echo "Linting $${manifest_path}" \
3131
&& cargo clippy --manifest-path "$${manifest_path}" -- -D warnings \
3232
&& 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)) \
3433
|| exit 1 ; \
3534
done
3635

0 commit comments

Comments
 (0)