]> git.lizzy.rs Git - rust.git/commit
Auto merge of #43068 - ollie27:rustdoc_markdown_tests, r=GuillaumeGomez
authorbors <bors@rust-lang.org>
Fri, 7 Jul 2017 06:01:30 +0000 (06:01 +0000)
committerbors <bors@rust-lang.org>
Fri, 7 Jul 2017 06:01:30 +0000 (06:01 +0000)
commit24fc541e7cee966ad8752eb8360f0d4e9ba0bef0
tree936dca69b40ca42237264837e2394a5da1e755c5
parent54e3fe7af0c448858fb1ac9c2d48da8bc4f6f1f8
parent1966a6798ddd110c2776a43461cd3a4778e20f93
Auto merge of #43068 - ollie27:rustdoc_markdown_tests, r=GuillaumeGomez

rustdoc: Don't run Markdown tests twice

This matches the behaviour for finding tests in Rust files.

This was a regression from 1.17 to 1.18 so it would be a good idea to backport this to beta so at least 1.19 won't also be affected.

Fixes #42726

r? @GuillaumeGomez