mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 19:50:40 +00:00
Remove many unnecessary manual link resolves from library Now that #76934 has merged, we can remove a lot of these! E.g, this is no longer necessary: [`Vec<T>`]: Vec cc `@jyn514`