mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 14:24:56 +00:00
rustdoc: Rename typedef to type alias This matches the name used by the [Rust Reference][1], which is also what people usually call these items. [1]: https://doc.rust-lang.org/reference/items/type-aliases.html r? `@GuillaumeGomez`