Skip to content

Commit 950fbf4

Browse files
author
Jorge Aparicio
committed
librustrt: fix fallout
1 parent 8df27d2 commit 950fbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustrt/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ mod imp {
128128
assert!(take() == Some(expected.clone()));
129129
assert!(take() == None);
130130

131-
(|| {
131+
(|&mut:| {
132132
}).finally(|| {
133133
// Restore the actual global state.
134134
match saved_value {

0 commit comments

Comments
 (0)