We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf995cc commit 7ce7a28Copy full SHA for 7ce7a28
src/types/closure.md
@@ -9,7 +9,7 @@ closure:
9
10
```rust
11
#[derive(Debug)]
12
-struct Point { x:i32, y:i32 }
+struct Point { x: i32, y: i32 }
13
struct Rectangle { left_top: Point, right_bottom: Point }
14
15
fn f<F : FnOnce() -> String> (g: F) {
0 commit comments