projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b524682
b1e8298
)
Auto merge of #4451 - steveklabnik:relax-rustdoc-tests, r=alexcrichton
author
bors
<bors@rust-lang.org>
Wed, 30 Aug 2017 15:40:20 +0000
(15:40 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 30 Aug 2017 15:40:20 +0000
(15:40 +0000)
relax rustdoc tests
This was asserting on the output directly, rather than just what it contains.
In https://github.com/rust-lang/rust/pull/44138 we are adding deprecations, and so it
breaks these tests.
Trivial merge