Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Edit ui tests
  • Loading branch information
fabric-and-ink committed Mar 30, 2019
1 parent fef3f5c commit f927236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/lint/lint-unused-imports.rs
@@ -1,5 +1,6 @@
#![deny(unused_imports)]
#![allow(dead_code)]
#![allow(redundant_import)]

use bar::c::cc as cal;

Expand Down
1 change: 1 addition & 0 deletions src/test/ui/rust-2018/future-proofing-locals.rs
@@ -1,6 +1,7 @@
// edition:2018

#![allow(non_camel_case_types)]
#![allow(redundant_import)]

mod T {
pub struct U;
Expand Down

0 comments on commit f927236

Please sign in to comment.