We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69d81f commit 34453f6Copy full SHA for 34453f6
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 31b25d81eb9efb392a0bd3b55d1387ff7724d0fe
+refs/heads/master: 971236e8f7ecca4612c7aa0cd94d78c8b24187f8
trunk/src/rustdoc/gen.rs
@@ -172,7 +172,6 @@ mod tests {
172
let ast = parse::from_str(source);
173
let doc = extract::extract(ast, "");
174
let markdown = write_markdown_str(doc);
175
- log(error, markdown);
176
assert str::contains(markdown, "Module `morp`\n");
177
}
178
0 commit comments