diff options
| author | Michael Howell <michael@notriddle.com> | 2023-01-26 12:50:14 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-26 12:55:19 -0700 |
| commit | 97f8189614a5a6c52382e735dda55400c97cd8af (patch) | |
| tree | 4f98934b77d729bff838a1e191a8629130f1b7af /tests/rustdoc/inline_cross/macros.rs | |
| parent | c62665e09c11eb1c9d8ea02df5b723364a0b8ba4 (diff) | |
| download | rust-97f8189614a5a6c52382e735dda55400c97cd8af.tar.gz rust-97f8189614a5a6c52382e735dda55400c97cd8af.zip | |
rustdoc: remove mostly-unused CSS classes import/module-item
Diffstat (limited to 'tests/rustdoc/inline_cross/macros.rs')
| -rw-r--r-- | tests/rustdoc/inline_cross/macros.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/inline_cross/macros.rs b/tests/rustdoc/inline_cross/macros.rs index 5daa0d4baad..d5b0de5725b 100644 --- a/tests/rustdoc/inline_cross/macros.rs +++ b/tests/rustdoc/inline_cross/macros.rs @@ -6,9 +6,9 @@ extern crate macros; -// @has foo/index.html '//*[@class="item-left unstable deprecated module-item"]/span[@class="stab deprecated"]' \ +// @has foo/index.html '//*[@class="item-left unstable deprecated"]/span[@class="stab deprecated"]' \ // Deprecated -// @has - '//*[@class="item-left unstable deprecated module-item"]/span[@class="stab unstable"]' \ +// @has - '//*[@class="item-left unstable deprecated"]/span[@class="stab unstable"]' \ // Experimental // @has foo/macro.my_macro.html |
