Add cfg_attr to known attributes
This commit is contained in:
parent
c9d5494640
commit
8567f290b8
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ pub static KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
|
|||
("plugin_registrar", Normal),
|
||||
|
||||
("cfg", Normal),
|
||||
("cfg_attr", Normal),
|
||||
("main", Normal),
|
||||
("start", Normal),
|
||||
("test", Normal),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue