diff options
| author | Michael Howell <michael@notriddle.com> | 2023-01-31 11:27:09 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-31 11:27:09 -0700 |
| commit | f75b35046777c6a4aa9245edbbc5ca7a340687f5 (patch) | |
| tree | 472d83975171b094e1f1b1023f8781c0eba8cf31 /tests/rustdoc/inline_cross/macros.rs | |
| parent | a64ef7d07d0411315be85a646586cb85eeb9c136 (diff) | |
| download | rust-f75b35046777c6a4aa9245edbbc5ca7a340687f5.tar.gz rust-f75b35046777c6a4aa9245edbbc5ca7a340687f5.zip | |
rustdoc: stop making unstable items transparent
Fixes #93393
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 d5b0de5725b..b11d5b6c4fa 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"]/span[@class="stab deprecated"]' \ +// @has foo/index.html '//*[@class="item-left"]/span[@class="stab deprecated"]' \ // Deprecated -// @has - '//*[@class="item-left unstable deprecated"]/span[@class="stab unstable"]' \ +// @has - '//*[@class="item-left"]/span[@class="stab unstable"]' \ // Experimental // @has foo/macro.my_macro.html |
