syntax: Tidy up parsing the new attribute syntax

This commit is contained in:
Alex Crichton 2014-03-20 11:21:17 -07:00
parent 4e00cf6134
commit 84a91b8603
14 changed files with 56 additions and 54 deletions

View file

@ -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;