mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
0876f59b97
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`