mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
39e09ac334
rustdoc: Remove footnote references from doc summary Since it's one line, we don't have the footnote definition so it doesn't make sense to have the reference. Part of https://github.com/rust-lang/rust/issues/109024. r? `@notriddle`