Commit 55746a4
committed
Fix test/ui/issues/issue-30490.rs
Since the empty main is used for `not(unix)`, all the targets that will
use this empty main will also need `allow(unused_imports)`.
Originally part of rust-lang#100316
Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>1 parent 742d3f0 commit 55746a4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments