]> git.proxmox.com Git - rustc.git/blob - src/test/ui/imports/unused-import-issue-87973.fixed
Update unsuspicious file list
[rustc.git] / src / test / 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() {}