Skip to content

Commit e478055

Browse files
committed
fix ui
Signed-off-by: xizheyin <[email protected]>
1 parent 708f456 commit e478055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/passes/strip_hidden.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ impl DocFolder for Stripper<'_, '_> {
113113
if let Some(source_did) = source.did {
114114
let import_def_id = i.def_id().unwrap().expect_local();
115115
let reexports = reexport_chain(self.tcx, import_def_id, source_did);
116-
println!("item: {:?}, reexports: {:?}", i, reexports);
117116

118117
// Check if any reexport in the chain has a hidden source
119118
let has_hidden_source =

0 commit comments

Comments
 (0)