Skip to content

Commit 1062628

Browse files
Edit ui tests
1 parent 29a7732 commit 1062628

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/ui/lint/lint-unused-imports.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![deny(unused_imports)]
22
#![allow(dead_code)]
3+
#![allow(redundant_import)]
34

45
use bar::c::cc as cal;
56

src/test/ui/rust-2018/future-proofing-locals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// edition:2018
22

33
#![allow(non_camel_case_types)]
4+
#![allow(redundant_import)]
45

56
mod T {
67
pub struct U;

0 commit comments

Comments
 (0)