Skip to content

Commit d5d551c

Browse files
authored
Merge pull request #2622 from ordovicia/fix-2539
Fix RFC 2539 text
2 parents 9d89e4f + 595fba9 commit d5d551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2539-cfg_attr-multiple-attrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ is valid. This example would be equivalent to
106106

107107
## Warning When Zero Attributes
108108

109-
This RFC allows `#[cfg_attr(predicate)]`. This is so that macros can generate
109+
This RFC allows `#[cfg_attr(predicate,)]`. This is so that macros can generate
110110
it. Having it in the source text emits an `unused_attributes` warning.
111111

112112
## Attribute Syntax Opportunity Cost

0 commit comments

Comments
 (0)