Skip to content

Commit e72e55c

Browse files
authored
Merge pull request rust-lang#2297 from tshepang/patch-5
remove broken text
2 parents e097e1b + 160551d commit e72e55c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/closure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ let c = || match x { // Does not capture `*x`.
391391
[..] => (),
392392
// ^^ Rest pattern.
393393
};
394-
let _ = &mut *x; // OK: `*x` can be borrow here.
394+
let _ = &mut *x; // OK
395395
c();
396396
```
397397

0 commit comments

Comments
 (0)