Skip to content

Commit 5837e1e

Browse files
committed
rustdoc: Remove stray log
1 parent 86e1d4e commit 5837e1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustdoc/path_pass.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ fn should_record_mod_paths() {
4848
let srv = astsrv::mk_srv_from_str(source);
4949
let doc = extract::from_srv(srv, "");
5050
let doc = run(srv, doc);
51-
log(error, doc.topmod.mods()[0].mods()[0].mods()[0].path());
5251
assert doc.topmod.mods()[0].mods()[0].mods()[0].path() == ["a", "b"];
5352
assert doc.topmod.mods()[0].mods()[1].mods()[0].path() == ["a", "d"];
5453
}

0 commit comments

Comments
 (0)