1
Fork 0

Add cfg_attr to known attributes

This commit is contained in:
Manish Goregaokar 2015-03-02 17:44:01 +05:30
parent c9d5494640
commit 8567f290b8

View file

@ -173,6 +173,7 @@ pub static KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
("plugin_registrar", Normal), ("plugin_registrar", Normal),
("cfg", Normal), ("cfg", Normal),
("cfg_attr", Normal),
("main", Normal), ("main", Normal),
("start", Normal), ("start", Normal),
("test", Normal), ("test", Normal),