mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
9bd60a60ce
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`