Skip to content

Commit 96d5930

Browse files
committed
---
yaml --- r: 11381 b: refs/heads/master c: 5837e1e h: refs/heads/master i: 11379: f43ebdf v: v3
1 parent 385af48 commit 96d5930

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 86e1d4ecbd7564ad2e2c95c260a92b2ce3f7860f
2+
refs/heads/master: 5837e1e809af6d783984d94ca27fe488823ecfe6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)