librustdoc: Try to unbreak the test. rs=burning
This commit is contained in:
parent
9d23029648
commit
e71ec06118
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ mod test {
|
|||
|
||||
fn parse_attributes(+source: ~str) -> ~[ast::attribute] {
|
||||
use syntax::parse;
|
||||
use parse::parser;
|
||||
use parse::attr::parser_attr;
|
||||
use syntax::parse::parser;
|
||||
use syntax::parse::attr::parser_attr;
|
||||
use syntax::codemap;
|
||||
use syntax::diagnostic;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue