Skip to content

Commit

Permalink
Merge pull request #2622 from ordovicia/fix-2539
Browse files Browse the repository at this point in the history
Fix RFC 2539 text
  • Loading branch information
Centril authored Jan 5, 2019
2 parents 9d89e4f + 595fba9 commit d5d551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/2539-cfg_attr-multiple-attrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d551c

Please sign in to comment.