Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move lints from rustflags to Cargo.toml #6751

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Conversation

jtracey
Copy link
Contributor

@jtracey jtracey commented Sep 29, 2024

This prevents unnecessary rebuilds when mixing runs of cargo clippy and other cargo commands (e.g., cargo c && cargo clippy && cargo c no longer rebuilds).

This prevents unnecessary rebuilds when mixing runs of `cargo clippy` and other
cargo commands (e.g., `cargo c && cargo clippy && cargo c` no longer rebuilds).
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@sylvestre
Copy link
Contributor

nice, thanks

@sylvestre sylvestre merged commit 941db26 into uutils:main Sep 29, 2024
68 checks passed
@jtracey jtracey deleted the lints branch September 29, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants