remove unused imports

This commit is contained in:
Huon Wilson 2013-06-16 12:20:12 +10:00
parent 30973ccb90
commit bbcff95ac5
20 changed files with 2 additions and 33 deletions

View file

@ -24,7 +24,6 @@ use fold::Fold;
use fold;
use pass::Pass;
use core::str;
use core::util;
pub fn mk_pass() -> Pass {

View file

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

View file

@ -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(), ~"");