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

Match nightly cargo's help output for cargo-clippy #11482

Closed
epage opened this issue Sep 11, 2023 · 1 comment · Fixed by #11495
Closed

Match nightly cargo's help output for cargo-clippy #11482

epage opened this issue Sep 11, 2023 · 1 comment · Fixed by #11495
Assignees
Labels
C-bug Category: Clippy is not doing the correct thing

Comments

@epage
Copy link

epage commented Sep 11, 2023

Summary

rust-lang/cargo#12578 updated --help to match other styling of cargo. rust-lang/rustfmt#5908 updates rustfmt to match. Since clippy doesn't use clap, I wasn't sure what the right approach clippy would prefer so instead creating this here.

Reproducer

Once its in a nightly, compare

$ cargo +nightly check -h
$ cargo +nightly clippy -h

Until then:

$ cargo run --manifest-path cargo/Cargo.toml -- check -h
$ cargo +nightly clippy -h

Version

Help styling was merged into cargo as of c2d26f32d

Additional Labels

No response

@epage epage added the C-bug Category: Clippy is not doing the correct thing label Sep 11, 2023
@blyxyas
Copy link
Member

blyxyas commented Sep 13, 2023

@rustbot claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Clippy is not doing the correct thing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants