Skip to content

Commit

Permalink
Silence warning in RefCell test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister committed May 28, 2014
1 parent 98c2b4b commit 28a4ee5
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 @@ -482,6 +482,7 @@ mod test {
}

#[test]
#[allow(experimental)]
fn clone_ref_updates_flag() {
let x = RefCell::new(0);
{
Expand Down

0 comments on commit 28a4ee5

Please sign in to comment.