Delete unnecessary ParserAttr trait.
This commit is contained in:
parent
1dd87dcfea
commit
c141f47c24
5 changed files with 4 additions and 25 deletions
|
@ -13,7 +13,6 @@
|
|||
use ast;
|
||||
use codemap::{self, Span, CodeMap, FileMap};
|
||||
use diagnostic::{SpanHandler, Handler, Auto, FatalError};
|
||||
use parse::attr::ParserAttr;
|
||||
use parse::parser::Parser;
|
||||
use parse::token::InternedString;
|
||||
use ptr::P;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue