diff options
| author | bors <bors@rust-lang.org> | 2016-09-14 15:39:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-14 15:39:23 -0700 |
| commit | 6ffdda1ba183c981d57e63b59c88184be449eee4 (patch) | |
| tree | d804e00d772f379ecb0e238563cc1c25253fd689 /src/test/rustdoc | |
| parent | 5bdf79bf3742c570ac3a76db9af4e8aa4b45e2e6 (diff) | |
| parent | 26d5f99ec061e439a00a85110135953a3d5c35ae (diff) | |
| download | rust-6ffdda1ba183c981d57e63b59c88184be449eee4.tar.gz rust-6ffdda1ba183c981d57e63b59c88184be449eee4.zip | |
Auto merge of #36293 - liigo:docblock-short, r=steveklabnik
rustdoc: don't collapse `docblock-short` 
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/issue-32374.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/issue-32374.rs b/src/test/rustdoc/issue-32374.rs index cdb4094ffe0..262a1ffce74 100644 --- a/src/test/rustdoc/issue-32374.rs +++ b/src/test/rustdoc/issue-32374.rs @@ -13,7 +13,7 @@ #![unstable(feature="test", issue = "32374")] -// @has issue_32374/index.html '//*[@class="docblock short"]' \ +// @has issue_32374/index.html '//*[@class="docblock-short"]' \ // '[Deprecated] [Unstable]' // @has issue_32374/struct.T.html '//*[@class="stab deprecated"]' \ |
