Skip to content

Commit 595fba9

Browse files
committed
Fix RFC 2539 text
1 parent 9d89e4f commit 595fba9

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)