Skip to content

Commit 2d74cd2

Browse files
committed
made doc entry more consistant with others
1 parent ef65e09 commit 2d74cd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/unstable-book/src/language-features/bindings-after-at.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The tracking issue for this feature is [#65490]
44

55
[#65490]: https://github.com/rust-lang/rust/issues/65490
66

7+
------------------------
8+
79

810
The `bindings_after_at` feature gate allows patterns of form `binding @ pat` to have bindings in `pat`.
911

@@ -19,4 +21,3 @@ fn main() {
1921
let point@ Point{x: px, y: py} = Point {x: 12, y: 34};
2022
}
2123
```
22-

0 commit comments

Comments
 (0)