diff options
| author | Kevin Cantu <me@kevincantu.org> | 2012-08-31 15:07:49 -0700 |
|---|---|---|
| committer | Kevin Cantu <me@kevincantu.org> | 2012-09-01 13:08:20 -0700 |
| commit | 36a04bdd8582b943ca5d595b4e9b82c31a950d5e (patch) | |
| tree | 8ae254e4e88b6e1b1db16609523082353df38ece /src/libstd | |
| parent | 2095aee71dd1b07674c184f4ddacf335a88e7514 (diff) | |
Confirm demode of cell.rs
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/cell.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/cell.rs b/src/libstd/cell.rs index 5310f10cd7a..2325b0e092e 100644 --- a/src/libstd/cell.rs +++ b/src/libstd/cell.rs @@ -1,3 +1,5 @@ +#[forbid(deprecated_mode)]; +#[forbid(deprecated_pattern)]; /// A dynamic, mutable location. /// /// Similar to a mutable option type, but friendlier. |
