`rustdoc --version --verbose`: ``` rustdoc 1.54.0-nightly (6c2dd251b 2021-06-05) binary: rustdoc commit-hash: 6c2dd251bbff03c7a3092d43fb5b637eca0810e3 commit-date: 2021-06-05 host: x86_64-unknown-linux-gnu release: 1.54.0-nightly LLVM version: 12.0.1 ``` Local `nalgebra` docs:  But docs.rs has the same issue: https://docs.rs/nalgebra/0.27.1/nalgebra/geometry/type.Isometry3.html Probably caused by: https://github.com/rust-lang/rust/pull/84703 (https://github.com/rust-lang/rust/commit/fab6814ff3033108a2f4a1b16bf51ad8ffd0e36f) @jsha, @GuillaumeGomez