Add allow(non_camel_case_types) to unconverted crates
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#[no_core];
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
#[allow(non_camel_case_types)];
|
||||
|
||||
extern mod core(vers = "0.4");
|
||||
extern mod std(vers = "0.4");
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#[no_core];
|
||||
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
#[allow(non_camel_case_types)];
|
||||
// #[warn(deprecated_pattern)];
|
||||
|
||||
extern mod core(vers = "0.4");
|
||||
|
||||
Reference in New Issue
Block a user