]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/prototype.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / 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() {}