made doc entry more consistant with others
This commit is contained in:
parent
ef65e091db
commit
2d74cd255d
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,8 @@ The tracking issue for this feature is [#65490]
|
|||
|
||||
[#65490]: https://github.com/rust-lang/rust/issues/65490
|
||||
|
||||
------------------------
|
||||
|
||||
|
||||
The `bindings_after_at` feature gate allows patterns of form `binding @ pat` to have bindings in `pat`.
|
||||
|
||||
|
@ -19,4 +21,3 @@ fn main() {
|
|||
let point@ Point{x: px, y: py} = Point {x: 12, y: 34};
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue