Rename #[mutable] to #[no_freeze]
This commit is contained in:
parent
4af7ebcd8f
commit
22b7eb3802
7 changed files with 11 additions and 7 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue