diff options
| author | Kevin Cantu <me@kevincantu.org> | 2012-08-31 15:46:36 -0700 |
|---|---|---|
| committer | Kevin Cantu <me@kevincantu.org> | 2012-09-01 13:08:20 -0700 |
| commit | bf430b70320ef04b983ed5ee53e234a87c27343c (patch) | |
| tree | 0e1a71bd7401f00329012f347913462a7cecd236 | |
| parent | 2d8b3471e70892184b8fa98665ce6ab0bcb5477c (diff) | |
Confirm demode of map.rs and prettyprint.rs
| -rw-r--r-- | src/libstd/map.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/map.rs b/src/libstd/map.rs index f2dfb3200f3..9e2770a1f02 100644 --- a/src/libstd/map.rs +++ b/src/libstd/map.rs @@ -1,6 +1,7 @@ //! A map type -#[warn(deprecated_mode)]; +#[forbid(deprecated_mode)]; +#[forbid(deprecated_pattern)]; import io::WriterUtil; import to_str::ToStr; |
