Confirm demode of map.rs and prettyprint.rs

This commit is contained in:
Kevin Cantu 2012-08-31 15:46:36 -07:00
parent 2d8b3471e7
commit bf430b7032

View File

@ -1,6 +1,7 @@
//! A map type
#[warn(deprecated_mode)];
#[forbid(deprecated_mode)];
#[forbid(deprecated_pattern)];
import io::WriterUtil;
import to_str::ToStr;