Test fixes from the rollup
This commit is contained in:
parent
e5bbbca33e
commit
8bf6da0836
2 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue