mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Confirm demode of map.rs and prettyprint.rs
This commit is contained in:
parent
2d8b3471e7
commit
bf430b7032
@ -1,6 +1,7 @@
|
||||
//! A map type
|
||||
|
||||
#[warn(deprecated_mode)];
|
||||
#[forbid(deprecated_mode)];
|
||||
#[forbid(deprecated_pattern)];
|
||||
|
||||
import io::WriterUtil;
|
||||
import to_str::ToStr;
|
||||
|
Loading…
Reference in New Issue
Block a user