about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authordylan_DPC <dylan.dpc@gmail.com>2019-01-04 23:03:36 +0530
committerdylan_DPC <dylan.dpc@gmail.com>2019-01-08 00:21:16 +0530
commit6ddd2cdc5bc631218ff3e4317611a9a7dacdabde (patch)
tree5d9f03b0b45cc7a0fd93f398ea8024d730a25ad5 /src/libsyntax
parent64a17a0e599ec32252b96f7b5fa3d208ec7d77ef (diff)
downloadrust-6ddd2cdc5bc631218ff3e4317611a9a7dacdabde.tar.gz
rust-6ddd2cdc5bc631218ff3e4317611a9a7dacdabde.zip
remove unwanted stage0 line, fix style
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 c900bb916f4..cddec3eb23a 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -686,7 +686,7 @@ declare_features! (
     (accepted, repr_packed, "1.33.0", Some(33158), None),
     // Allows calling `const unsafe fn` inside `unsafe` blocks in `const fn` functions.
     (accepted, min_const_unsafe_fn, "1.33.0", Some(55607), None),
-// `#[cfg_attr(predicate, multiple, attributes, here)]`
+    // `#[cfg_attr(predicate, multiple, attributes, here)]`
     (accepted, cfg_attr_multi, "1.33.0", Some(54881), None),
 );