Skip to content

Commit

Permalink
auto merge of #5318 : jdm/rust/deriving_cell, r=pcwalton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 11, 2013
2 parents ce24ebb + 86cf248 commit e9a0db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use prelude::*;
///
/// Similar to a mutable option type, but friendlier.

#[deriving_eq]
pub struct Cell<T> {
mut value: Option<T>
}
Expand Down

0 comments on commit e9a0db6

Please sign in to comment.