mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Silence warning in RefCell test suite
This commit is contained in:
parent
98c2b4b4ac
commit
28a4ee5eeb
@ -482,6 +482,7 @@ mod test {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[allow(experimental)]
|
||||
fn clone_ref_updates_flag() {
|
||||
let x = RefCell::new(0);
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user