rust/src/tools/clippy/clippy_lints
bors d24930ceb4 Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkov
Make ast `MutVisitor` have the same method name and style as `Visitor`

It doesn't map 100% because some `MutVisitor` methods can filter or even expand to multiple items, but consistency seems nicer.

tracking issue: https://github.com/rust-lang/rust/issues/127615
2024-07-24 09:36:57 +00:00
..
src Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkov 2024-07-24 09:36:57 +00:00
Cargo.toml Merge commit '3e5a02b13b' into clippy-subtree-update 2024-06-13 12:30:48 +02:00
README.md Add 'src/tools/clippy/' from commit 'd2708873ef' 2020-05-02 09:49:00 +02:00

This crate contains Clippy lints. For the main crate, check GitHub.