Rollup merge of #132493 - Houtamelo:doc_type-ref_html-tag, r=jieyouxu
Fix type reference in documents which was being confused with html tags. Running `x dist` was failing due to it invoking commands with `-D warnings`, which emitted a warning about unclosed html tags.
This commit is contained in:
commit
52ff41ccaa
@ -38,7 +38,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
/// Map a Result<T, WinError> to io::Result<T>.
|
||||
/// Map a [`Result<T, WinError>`] to [`io::Result<T>`](crate::io::Result<T>).
|
||||
trait IoResult<T> {
|
||||
fn io_result(self) -> crate::io::Result<T>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user