]> git.lizzy.rs Git - rust.git/commit
`single_component_path_imports`: ignore `pub(crate) use some_macro;` (fixes #7106)
authorcherryblossom <31467609+cherryblossom000@users.noreply.github.com>
Thu, 22 Apr 2021 09:34:36 +0000 (19:34 +1000)
committercherryblossom <31467609+cherryblossom000@users.noreply.github.com>
Thu, 22 Apr 2021 09:34:36 +0000 (19:34 +1000)
commitb48699e4cfd8af15669227049f3c6056d4084aba
treee619c4313c4f9bac3b260ac0fae1f4471fb92983
parentec38ea1ac1eac8efad1880fe33c49d65b8c4591c
`single_component_path_imports`: ignore `pub(crate) use some_macro;` (fixes #7106)
clippy_lints/src/single_component_path_imports.rs
tests/ui/single_component_path_imports_macro.fixed [new file with mode: 0644]
tests/ui/single_component_path_imports_macro.rs [new file with mode: 0644]
tests/ui/single_component_path_imports_macro.stderr [new file with mode: 0644]