Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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