remove unused imports
This commit is contained in:
parent
30973ccb90
commit
bbcff95ac5
20 changed files with 2 additions and 33 deletions
|
|
@ -24,7 +24,6 @@ use fold::Fold;
|
|||
use fold;
|
||||
use pass::Pass;
|
||||
|
||||
use core::str;
|
||||
use core::util;
|
||||
|
||||
pub fn mk_pass() -> Pass {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ use markdown_writer::WriterFactory;
|
|||
use pass::Pass;
|
||||
use sort_pass;
|
||||
|
||||
use core::iterator::IteratorUtil;
|
||||
use core::cell::Cell;
|
||||
use core::str;
|
||||
use core::vec;
|
||||
|
|
|
|||
|
|
@ -149,8 +149,6 @@ mod test {
|
|||
use sectionalize_pass;
|
||||
use text_pass::mk_pass;
|
||||
|
||||
use core::str;
|
||||
|
||||
fn mk_doc(source: ~str) -> doc::Doc {
|
||||
do astsrv::from_str(copy source) |srv| {
|
||||
let doc = extract::from_srv(srv.clone(), ~"");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue