De-@ ParseSess uses.
This commit is contained in:
parent
555a239301
commit
90cbe0cad2
16 changed files with 90 additions and 109 deletions
|
@ -28,7 +28,7 @@ pub trait ParserAttr {
|
|||
fn parse_optional_meta(&mut self) -> Vec<@ast::MetaItem> ;
|
||||
}
|
||||
|
||||
impl ParserAttr for Parser {
|
||||
impl<'a> ParserAttr for Parser<'a> {
|
||||
// Parse attributes that appear before an item
|
||||
fn parse_outer_attributes(&mut self) -> Vec<ast::Attribute> {
|
||||
let mut attrs: Vec<ast::Attribute> = Vec::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue