diff options
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index ebd8db1b25c..698913be292 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -212,7 +212,7 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status // rust runtime internal ("unwind_attributes", "1.4.0", None, Active), - // allow the use of `#[naked]` on functions. + // allow the use of `#[naked]` on functions. ("naked_functions", "1.9.0", None, Active), // allow empty structs and enum variants with braces |
