librustrt: fix fallout
This commit is contained in:
parent
8df27d26bd
commit
950fbf4e10
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ mod imp {
|
|||
assert!(take() == Some(expected.clone()));
|
||||
assert!(take() == None);
|
||||
|
||||
(|| {
|
||||
(|&mut:| {
|
||||
}).finally(|| {
|
||||
// Restore the actual global state.
|
||||
match saved_value {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue