Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
#[allow(non_implicitly_copyable_typarams)];
|
||||
#[allow(deprecated_mode)];
|
||||
#[allow(deprecated_pattern)];
|
||||
|
||||
extern mod core(vers = "0.4");
|
||||
extern mod std(vers = "0.4");
|
||||
|
||||
Reference in New Issue
Block a user