Test fixes from the rollup
This commit is contained in:
parent
e5bbbca33e
commit
8bf6da0836
@ -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))
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user