1
Fork 0

Rename #[mutable] to #[no_freeze]

This commit is contained in:
Brian Anderson 2013-06-28 14:36:33 -07:00 committed by Daniel Micay
parent 4af7ebcd8f
commit 22b7eb3802
7 changed files with 11 additions and 7 deletions

View file

@ -22,7 +22,8 @@ A dynamic, mutable location.
Similar to a mutable option type, but friendlier.
*/
#[mutable]
#[mutable] // XXX remove after snap
#[no_freeze]
#[deriving(Clone, DeepClone, Eq)]
#[allow(missing_doc)]
pub struct Cell<T> {