Test fixes from the rollup

This commit is contained in:
Alex Crichton 2014-06-06 20:17:19 -07:00
parent e5bbbca33e
commit 8bf6da0836
2 changed files with 1 additions and 2 deletions

View File

@ -88,7 +88,7 @@ fn try_inline_def(cx: &core::DocContext,
record_extern_fqn(cx, did, clean::TypeModule);
clean::ModuleItem(build_module(cx, tcx, did))
}
ast::DefStatic(did, mtbl) => {
def::DefStatic(did, mtbl) => {
record_extern_fqn(cx, did, clean::TypeStatic);
clean::StaticItem(build_static(tcx, did, mtbl))
}

View File

@ -505,7 +505,6 @@ mod imp {
use c_str::CString;
use container::Container;
use io::{IoResult, Writer};
use iter::Iterator;
use libc;
use mem;
use ops::Drop;