diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-01-14 23:05:30 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-01-15 18:38:00 +0100 |
| commit | b7678808afde26a861920ea2ac430786eac7f15a (patch) | |
| tree | 2efd8ccd3df5078536edbc46235652606e2c95b1 /src/test/rustdoc | |
| parent | 93e70ecb7fbe05caa74dfb2bf3c29315edc2b3e6 (diff) | |
| download | rust-b7678808afde26a861920ea2ac430786eac7f15a.tar.gz rust-b7678808afde26a861920ea2ac430786eac7f15a.zip | |
Fix missing blank space issue
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 b5edf535057..5cca3708292 100644 --- a/src/test/rustdoc/issue-32374.rs +++ b/src/test/rustdoc/issue-32374.rs @@ -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; |
