summaryrefslogtreecommitdiffstats
path: root/src/test/ui/imports/unused-import-issue-87973.fixed
blob: 5c194d18aca366aabeeca2072476208d44b04f50 (plain)
1
2
3
4
5
6
7
8
// run-rustfix
#![deny(unused_imports)]

// Check that attributes get removed too. See #87973.

//~^ ERROR unused import

fn main() {}