From 595fba9636355d0df09ea1f9ac8775fb473d8f75 Mon Sep 17 00:00:00 2001 From: Hidehito Yabuuchi Date: Sun, 6 Jan 2019 02:20:59 +0900 Subject: [PATCH] Fix RFC 2539 text --- text/2539-cfg_attr-multiple-attrs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/2539-cfg_attr-multiple-attrs.md b/text/2539-cfg_attr-multiple-attrs.md index d9f05fea7f6..8fd469dba19 100644 --- a/text/2539-cfg_attr-multiple-attrs.md +++ b/text/2539-cfg_attr-multiple-attrs.md @@ -106,7 +106,7 @@ is valid. This example would be equivalent to ## Warning When Zero Attributes -This RFC allows `#[cfg_attr(predicate)]`. This is so that macros can generate +This RFC allows `#[cfg_attr(predicate,)]`. This is so that macros can generate it. Having it in the source text emits an `unused_attributes` warning. ## Attribute Syntax Opportunity Cost