]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/unused-import-issue-87973.fixed
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / tests / ui / imports / unused-import-issue-87973.fixed
1 // run-rustfix
2 #![deny(unused_imports)]
3
4 // Check that attributes get removed too. See #87973.
5
6 //~^ ERROR unused import
7
8 fn main() {}