mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
61372e1af6
rustdoc: allow list syntax for #[doc(alias)] attributes Fixes https://github.com/rust-lang/rust/issues/81205. It now allows to have: ```rust #[doc(alias = "x")] // and: #[doc(alias("y", "z"))] ``` cc ``@jplatte`` r? ``@jyn514`` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |