Silence warning in RefCell test suite

This commit is contained in:
Keegan McAllister 2014-05-19 15:12:07 -07:00
parent 98c2b4b4ac
commit 28a4ee5eeb
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ mod test {
}
#[test]
#[allow(experimental)]
fn clone_ref_updates_flag() {
let x = RefCell::new(0);
{