os-rust/tests/rustdoc/inline_cross
Michael Howell 3a3f70c94e rustdoc: remove redundant item kind class from .item-decl > pre
This class originated in the very first commit of `rustdoc_ng`, and was used
to add a color border around the item decl based on its kind.

4fd061c426/src/rustdoc_ng/html/static/main.css (L102-L106)

The item decl no longer has a border, and there aren't any
kind-specific styles in modern rustdoc's rendering of this UI item.

Most of this commit is updating test cases so that they use `item-decl` to
find the `<pre>` tag instead of relying on the fact that the class name
had `rust {kind}` in it while other `<pre>` tags only had class `rust`.
2023-01-14 11:34:03 -07:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
add-docs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-items.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc_item_trait_bounds.out0.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc_item_trait_bounds.out2.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc_item_trait_bounds.out9.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc_item_trait_bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-glob.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-trait-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dyn_trait.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00
hidden-use.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-inline-without-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_trait.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00
implementors-js.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inline_hidden.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-24183.method_no_where_self_sized.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-24183.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-28480.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-31948-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-31948-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-31948.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-32881.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33113.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-vis.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macros.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
proc_macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
renamed-via-module.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-vis.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use_crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00