Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: remove incorrect CSS selector .impl-items table td #101046

Merged
merged 1 commit into from
Aug 27, 2022

Commits on Aug 26, 2022

  1. rustdoc: remove incorrect CSS selector .impl-items table td

    Fixes rust-lang#100994
    
    This selector was added in c7312fb.
    The bug can be seen at <https://doc.rust-lang.org/1.27.0/alloc/slice/trait.SliceIndex.html#foreign-impls>.
    
    This rule was added to help with a `<table>` that was used for displaying the
    function signature [src] lockup. That lockup was changed in
    34bd2b8 to use flexbox instead, leaving this
    selector unused (at least, for its original purpose).
    notriddle committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    25eb52f View commit details
    Browse the repository at this point in the history