Files
rust/src/librustdoc
Michael Howell 096efc29f1 rustdoc: remove unused CSS #main-content > .since
This rule was added (actually, it was called `#main > .since` back then) with
cdca084377 and you can see an example of the
bug it's intended to fix in <https://doc.rust-lang.org/1.9.0/std/fmt/fn.write.html>
by looking at the `1.0.0` version marker.

However, a5a2f2b951 changed it so that
`<span class="since">` is always placed in an out-of-band wrapper, so it's
never nested directly below `#main` / `#main-content` any more.
2022-09-01 15:25:22 -07:00
..
2022-08-16 13:09:37 -07:00
2022-06-07 11:38:51 +02:00
2022-08-16 13:50:18 +02:00
2022-08-12 16:28:15 -04:00
2022-06-07 11:38:51 +02:00
2022-07-16 13:39:38 +02:00

For more information about how librustdoc works, see the rustc dev guide.