]> git.lizzy.rs Git - rust.git/commit
rustdoc: remove unused class `has-srclink`
authorMichael Howell <michael@notriddle.com>
Sat, 28 Jan 2023 23:35:02 +0000 (16:35 -0700)
committerMichael Howell <michael@notriddle.com>
Sun, 29 Jan 2023 00:18:56 +0000 (17:18 -0700)
commit74e843c83328d4fa921aaaa3a86df7c47df6c9e3
treebee404625d6c400783b9f25aef29c39ffe1b7460
parent1e225413a21fa69570bd3fefea9eb05e33f8b917
rustdoc: remove unused class `has-srclink`

Stopped being used in CSS with
73d0f7c7b68784f1db0a1f53855c20d118a7e8b0
51 files changed:
src/librustdoc/html/render/mod.rs
src/librustdoc/html/render/print_item.rs
tests/rustdoc-gui/src-font-size.goml
tests/rustdoc/anchors.no_const_anchor.html
tests/rustdoc/anchors.no_const_anchor2.html
tests/rustdoc/anchors.no_method_anchor.html
tests/rustdoc/anchors.no_trait_method_anchor.html
tests/rustdoc/anchors.no_tymethod_anchor.html
tests/rustdoc/anchors.no_type_anchor.html
tests/rustdoc/anchors.no_type_anchor2.html
tests/rustdoc/async-fn.rs
tests/rustdoc/const-fn.rs
tests/rustdoc/const-generics/const-generic-slice.rs
tests/rustdoc/doc-assoc-item.rs
tests/rustdoc/duplicate_impls/issue-33054.rs
tests/rustdoc/duplicated_impl.rs
tests/rustdoc/empty-impl-block-private-with-doc.rs
tests/rustdoc/empty-impl-block-private.rs
tests/rustdoc/empty-impl-block.rs
tests/rustdoc/impl-parts.rs
tests/rustdoc/inline_cross/issue-31948-1.rs
tests/rustdoc/inline_cross/issue-31948-2.rs
tests/rustdoc/inline_cross/issue-31948.rs
tests/rustdoc/issue-21474.rs
tests/rustdoc/issue-33302.rs
tests/rustdoc/issue-45584.rs
tests/rustdoc/issue-50159.rs
tests/rustdoc/issue-51236.rs
tests/rustdoc/issue-53812.rs
tests/rustdoc/issue-54705.rs
tests/rustdoc/issue-55321.rs
tests/rustdoc/issue-56822.rs
tests/rustdoc/issue-60726.rs
tests/rustdoc/issue-76501.rs
tests/rustdoc/issue-78673.rs
tests/rustdoc/mut-params.rs
tests/rustdoc/negative-impl.rs
tests/rustdoc/primitive-reference.rs
tests/rustdoc/pub-method.rs
tests/rustdoc/synthetic_auto/basic.rs
tests/rustdoc/synthetic_auto/complex.rs
tests/rustdoc/synthetic_auto/lifetimes.rs
tests/rustdoc/synthetic_auto/manual.rs
tests/rustdoc/synthetic_auto/negative.rs
tests/rustdoc/synthetic_auto/nested.rs
tests/rustdoc/synthetic_auto/no-redundancy.rs
tests/rustdoc/synthetic_auto/project.rs
tests/rustdoc/synthetic_auto/self-referential.rs
tests/rustdoc/synthetic_auto/static-region.rs
tests/rustdoc/typedef.rs
tests/rustdoc/where.rs