mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
caa1d47fba
rustdoc: remove unnecessary DOM class `h1.fqn` It's misleading. The main heading sometimes isn't an fully qualified name at all. It's also redundant. It's always a child of `div.main-heading`, so just use that.