diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-28 18:38:59 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-28 18:38:59 -0700 |
| commit | c9fb1b19aab4f2cb1d447b1943159e462f6ffe2d (patch) | |
| tree | 594d1e124b8cf43870f7b2dba6e5b0d4aaba4418 /src/rustdoc | |
| parent | f311bb38cd24a8c0f730ae104b6bdea8fb2880c5 (diff) | |
Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al
Diffstat (limited to 'src/rustdoc')
| -rw-r--r-- | src/rustdoc/rustdoc.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rustdoc/rustdoc.rc b/src/rustdoc/rustdoc.rc index 1686f56e3f1..f8714b0e9ba 100644 --- a/src/rustdoc/rustdoc.rc +++ b/src/rustdoc/rustdoc.rc @@ -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"); |
