From 6ddd2cdc5bc631218ff3e4317611a9a7dacdabde Mon Sep 17 00:00:00 2001 From: dylan_DPC Date: Fri, 4 Jan 2019 23:03:36 +0530 Subject: remove unwanted stage0 line, fix style --- src/libsyntax/feature_gate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') 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), ); -- cgit 1.4.1-3-g733a5