syntax: Tidy up parsing the new attribute syntax
This commit is contained in:
parent
4e00cf6134
commit
84a91b8603
14 changed files with 56 additions and 54 deletions
|
|
@ -42,6 +42,7 @@ via `close` and `delete` methods.
|
|||
#[feature(macro_rules)];
|
||||
#[deny(unused_result, unused_must_use)];
|
||||
#[allow(visible_private_types)];
|
||||
#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
|
||||
|
||||
#[cfg(test)] extern crate green;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue