Fix missing blank space issue

This commit is contained in:
Guillaume Gomez 2017-01-14 23:05:30 +01:00
parent 93e70ecb7f
commit b7678808af
2 changed files with 5 additions and 3 deletions

View file

@ -21,7 +21,7 @@
// @has - '<code>test</code>'
// @has - '<a href="http://issue_url/32374">#32374</a>'
// @matches issue_32374/struct.T.html '//*[@class="stab unstable"]' \
// '🔬 This is a nightly-only experimental API. \(test #32374\)$'
// '🔬 This is a nightly-only experimental API. \(test #32374\)$'
#[rustc_deprecated(since = "1.0.0", reason = "text")]
#[unstable(feature = "test", issue = "32374")]
pub struct T;