Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al

This commit is contained in:
Brian Anderson
2012-09-28 18:38:59 -07:00
parent f311bb38cd
commit c9fb1b19aa
6 changed files with 12 additions and 1 deletions

View File

@@ -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");