Edit ui tests
This commit is contained in:
parent
fef3f5c88d
commit
f9272364bf
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#![deny(unused_imports)]
|
#![deny(unused_imports)]
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
#![allow(redundant_import)]
|
||||||
|
|
||||||
use bar::c::cc as cal;
|
use bar::c::cc as cal;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// edition:2018
|
// edition:2018
|
||||||
|
|
||||||
#![allow(non_camel_case_types)]
|
#![allow(non_camel_case_types)]
|
||||||
|
#![allow(redundant_import)]
|
||||||
|
|
||||||
mod T {
|
mod T {
|
||||||
pub struct U;
|
pub struct U;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue