Skip to content

Commit

Permalink
Add deriving_eq to Cell.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 11, 2013
1 parent 2ebb674 commit 86cf248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/cell.rs
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

5 comments on commit 86cf248

@bors
Copy link
Contributor

@bors bors commented on 86cf248 Mar 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at jdm@86cf248

@bors
Copy link
Contributor

@bors bors commented on 86cf248 Mar 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging jdm/rust/deriving_cell = 86cf248 into auto

@bors
Copy link
Contributor

@bors bors commented on 86cf248 Mar 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jdm/rust/deriving_cell = 86cf248 merged ok, testing candidate = e9a0db6

@bors
Copy link
Contributor

@bors bors commented on 86cf248 Mar 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 86cf248 Mar 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = e9a0db6

Please sign in to comment.