rust-lang / rust-clippy

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
https://rust-lang.github.io/rust-clippy/
Other
10.89k stars 1.46k forks source link

Lint direct priority conflicts in `[workspace.lints]` #12730

Closed Alexendoo closed 2 days ago

Alexendoo commented 2 weeks ago

Partially addresses #12729

This still doesn't do any workspace resolution stuff, so it will not catch any virtual workspaces or conflicts from inherited definitions. But while we're parsing the Cargo.toml we might as well check the workspace definitions if we find them

changelog: none

rustbot commented 2 weeks ago

r? @xFrednet

rustbot has assigned @xFrednet. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

xFrednet commented 2 days ago

Roses are red, Violets are blue, LGTM, thanks to you!

=^.^=

bors commented 2 days ago

:pushpin: Commit fa8f4b88cbf3cfb6bad3076c24d0d11625003295 has been approved by xFrednet

It is now in the queue for this repository.

bors commented 2 days ago

:hourglass: Testing commit fa8f4b88cbf3cfb6bad3076c24d0d11625003295 with merge 2b34abc88759a7399e77938a29709668b1b2017f...

bors commented 2 days ago

:sunny: Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test Approved by: xFrednet Pushing 2b34abc88759a7399e77938a29709668b1b2017f to master...