Skip to content

Commit 3271f12

Browse files
authored
Update posts/2019-05-23-Rust-1.35.0.md
1 parent 00a78fe commit 3271f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-05-23-Rust-1.35.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following code now works:
5252

5353
```rust
5454
fn foo(x: Box<dyn Fn(u8) -> u8>) -> Vec<u8> {
55-
vec![1,2,3,4].into_iter().map(x).collect()
55+
vec![1, 2, 3, 4].into_iter().map(x).collect()
5656
}
5757
```
5858

0 commit comments

Comments
 (0)