diff options
| author | Stefan Schindler <dns2utf8@estada.ch> | 2021-06-18 00:33:42 +0200 |
|---|---|---|
| committer | Stefan Schindler <dns2utf8@estada.ch> | 2021-06-24 16:46:15 +0200 |
| commit | 94c84bd72a0fd9c9e0dbcff43c21e6a862cae6cf (patch) | |
| tree | f7cb5b995f3eddde762cb90afe24e42c59fb3056 /src/test/rustdoc/inline_cross | |
| parent | cc9ef7d8a8750d0604b7fd93fa71b1659507ea2d (diff) | |
| download | rust-94c84bd72a0fd9c9e0dbcff43c21e6a862cae6cf.tar.gz rust-94c84bd72a0fd9c9e0dbcff43c21e6a862cae6cf.zip | |
Migrate from custom elements to divs with classes to be compatible with safari
Diffstat (limited to 'src/test/rustdoc/inline_cross')
| -rw-r--r-- | src/test/rustdoc/inline_cross/macros.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/inline_cross/macros.rs b/src/test/rustdoc/inline_cross/macros.rs index f9bf982659e..601797fd64c 100644 --- a/src/test/rustdoc/inline_cross/macros.rs +++ b/src/test/rustdoc/inline_cross/macros.rs @@ -7,8 +7,8 @@ extern crate macros; -// @has foo/index.html '//*[@class="docblock-short"]/span[@class="stab deprecated"]' Deprecated -// @has - '//*[@class="docblock-short"]/span[@class="stab unstable"]' Experimental +// @has foo/index.html '//*[@class="item-right docblock-short"]/span[@class="stab deprecated"]' Deprecated +// @has - '//*[@class="item-right docblock-short"]/span[@class="stab unstable"]' Experimental // @has foo/macro.my_macro.html // @has - '//*[@class="docblock"]' 'docs for my_macro' |
