Skip to content

Commit

Permalink
Stabilize field init shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 authored and Manishearth committed Mar 2, 2017
1 parent 5833cc9 commit b40106f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,6 @@ This allows a compact syntax with less duplication.
Example:

```
# #![feature(field_init_shorthand)]
# struct Point3d { x: i32, y: i32, z: i32 }
# let x = 0;
# let y_value = 0;
Expand Down

0 comments on commit b40106f

Please sign in to comment.