Auto merge of #36293 - liigo:docblock-short, r=steveklabnik

rustdoc: don't collapse `docblock-short`

![docblock-short](https://cloud.githubusercontent.com/assets/346530/18267298/137d2542-7451-11e6-9c8e-dd4e1f1fea29.png)
This commit is contained in:
bors 2016-09-14 15:39:23 -07:00 committed by GitHub
commit 6ffdda1ba1
4 changed files with 11 additions and 11 deletions

View file

@ -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"]' \