about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorTicki <Ticki@users.noreply.github.com>2016-03-21 21:13:50 +0100
committerTicki <Ticki@users.noreply.github.com>2016-03-22 09:58:23 +0100
commit1f6b05e955f5e6972305c04cda1895107cca36f8 (patch)
tree5a300bd2d69fa086a47fdde57a0f2e63beb06461 /src/libsyntax
parent1605ab377bc2c9be97df2cfbab00e011d526e316 (diff)
Add tests
Diffstat (limited to 'src/libsyntax')
-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 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