From b40106fb2a084ce05e952233926018c4d65a06e6 Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 12 Feb 2017 06:49:15 +0100 Subject: [PATCH] Stabilize field init shorthand Closes #37340. --- reference.md | 1 - 1 file changed, 1 deletion(-) diff --git a/reference.md b/reference.md index 7155641e2c28a..f2be20d4a7516 100644 --- a/reference.md +++ b/reference.md @@ -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;