rust/src/tools/clippy/clippy_lints
bors 11663b1b48 Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot
rustc_ast_lowering: Stop lowering imports into multiple items

Lower them into a single item with multiple resolutions instead.
This also allows to remove additional `NodId`s and `DefId`s related to those additional items.
2022-12-02 04:24:57 +00:00
..
src Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot 2022-12-02 04:24:57 +00:00
Cargo.toml Merge commit 'f4850f7292' into clippyup 2022-11-21 20:51:52 +01: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.