]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/prototype.rs
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
[rust.git] / src / test / rustdoc-js / prototype.rs
1 // The alias needed to be there to reproduce the bug
2 // that used to be here.
3 #[doc(alias="other_alias")]
4 pub fn something_else() {}