Edit ui tests

This commit is contained in:
Fabian Drinck 2019-03-16 19:21:03 +01:00
parent fef3f5c88d
commit f9272364bf
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#![deny(unused_imports)]
#![allow(dead_code)]
#![allow(redundant_import)]
use bar::c::cc as cal;

View File

@ -1,6 +1,7 @@
// edition:2018
#![allow(non_camel_case_types)]
#![allow(redundant_import)]
mod T {
pub struct U;