Confirm demode of cell.rs

This commit is contained in:
Kevin Cantu 2012-08-31 15:07:49 -07:00
parent 2095aee71d
commit 36a04bdd85

View File

@ -1,3 +1,5 @@
#[forbid(deprecated_mode)];
#[forbid(deprecated_pattern)];
/// A dynamic, mutable location.
///
/// Similar to a mutable option type, but friendlier.