Fix missing blank space issue
This commit is contained in:
parent
93e70ecb7f
commit
b7678808af
2 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue