Skip to content

Commit 7678dca

Browse files
committed
---
yaml --- r: 14579 b: refs/heads/try c: 8478349 h: refs/heads/master i: 14577: 4a38010 14575: 12955bd v: v3
1 parent 07e00bd commit 7678dca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 96f565492da446c4e77b84d937ceccd31337f0ac
5+
refs/heads/try: 8478349b8be3b15d50569f55bd97ef2d62786fe4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustdoc/markdown_pass.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ fn write_nmod(ctxt: ctxt, doc: doc::nmoddoc) {
250250
#[test]
251251
fn should_write_native_mods() {
252252
let markdown = test::render("#[doc = \"test\"] native mod a { }");
253-
log(error, markdown);
254253
assert str::contains(markdown, "Native module `a`");
255254
assert str::contains(markdown, "test");
256255
}
@@ -764,7 +763,6 @@ fn write_impl(ctxt: ctxt, doc: doc::impldoc) {
764763
#[test]
765764
fn should_write_impl_header() {
766765
let markdown = test::render("impl i for int { fn a() { } }");
767-
log(error, markdown);
768766
assert str::contains(markdown, "## Implementation `i for int`");
769767
}
770768

0 commit comments

Comments
 (0)