about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
diff options
context:
space:
mode:
authorMatt Peterson <ricochet1k@gmail.com>2017-12-28 11:52:50 -0500
committerMatt Peterson <ricochet1k@gmail.com>2017-12-28 11:52:50 -0500
commitf55242583cddf969c863ba8948682beb7d5bb99e (patch)
treed3350e496d84c1ef29fcfe00daa5b4ac65b011ab /src/libsyntax/feature_gate.rs
parent0f9c9b66bb43fee06ce01763cd9f3040a5a59981 (diff)
downloadrust-f55242583cddf969c863ba8948682beb7d5bb99e.tar.gz
rust-f55242583cddf969c863ba8948682beb7d5bb99e.zip
Cleanup
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 471251b0630..c5de0da0979 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -523,7 +523,7 @@ declare_features! (
     (accepted, loop_break_value, "1.19.0", Some(37339)),
     // Permits numeric fields in struct expressions and patterns.
     (accepted, relaxed_adts, "1.19.0", Some(35626)),
-   // Coerces non capturing closures to function pointers
+    // Coerces non capturing closures to function pointers
     (accepted, closure_to_fn_coercion, "1.19.0", Some(39817)),
     // Allows attributes on struct literal fields.
     (accepted, struct_field_attributes, "1.20.0", Some(38814)),