diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-07 14:28:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-07 14:28:33 +0100 |
| commit | 1a99a32bd7cfd38e1d084d3dad3290c5b764ac7a (patch) | |
| tree | bdda1a88caa4ec019e0200f9a6a250a3e3f76c40 /src/test/rustdoc | |
| parent | bb9d66d3ba256956a8acddc514fbdbccc1f4f65c (diff) | |
| parent | 5cf20ca3c539d8d2e2560055f516ef95251837c1 (diff) | |
| download | rust-1a99a32bd7cfd38e1d084d3dad3290c5b764ac7a.tar.gz rust-1a99a32bd7cfd38e1d084d3dad3290c5b764ac7a.zip | |
Rollup merge of #58028 - GuillaumeGomez:fix-settings-image-link, r=QuietMisdreavus
Fix image link in the settings menu Fixes #57892. r? @QuietMisdreavus
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/keyword.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/keyword.rs b/src/test/rustdoc/keyword.rs index d3327ae7ae1..c721c024468 100644 --- a/src/test/rustdoc/keyword.rs +++ b/src/test/rustdoc/keyword.rs @@ -7,7 +7,7 @@ // @has foo/keyword.match.html '//a[@class="keyword"]' 'match' // @has foo/keyword.match.html '//span[@class="in-band"]' 'Keyword match' // @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!' -// @!has foo/index.html '//a/@href' 'foo/index.html' +// @has foo/index.html '//a/@href' '../foo/index.html' // @!has foo/foo/index.html // @!has-dir foo/foo #[doc(keyword = "match")] |
