mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 23:42:56 +00:00
Edit ui tests
This commit is contained in:
parent
fef3f5c88d
commit
f9272364bf
@ -1,5 +1,6 @@
|
||||
#![deny(unused_imports)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(redundant_import)]
|
||||
|
||||
use bar::c::cc as cal;
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
// edition:2018
|
||||
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(redundant_import)]
|
||||
|
||||
mod T {
|
||||
pub struct U;
|
||||
|
Loading…
Reference in New Issue
Block a user