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