rust/tests/rustdoc/const-generics
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
lazy_normalization_consts Move /src/test to /tests 2023-01-11 09:32:08 +00:00
add-impl.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00
const-generic-defaults.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00
const-generic-slice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-generics-docs.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00
const-impl.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00
generic_const_exprs.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00
type-alias.rs rustdoc: remove redundant item kind class from .item-decl > pre 2023-01-14 11:34:03 -07:00