mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix "unresolved link to std::fmt::Error"
error: unresolved link to `std::fmt::Error` --> library/core/src/fmt/mod.rs:115:52 | 115 | /// This function will return an instance of [`std::fmt::Error`] on error. | | = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
This commit is contained in:
parent
659c17a676
commit
e2f7032408
@ -112,7 +112,7 @@ pub trait Write {
|
||||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// This function will return an instance of [`std::fmt::Error`] on error.
|
||||
/// This function will return an instance of [`std::fmt::Error`][Error] on error.
|
||||
///
|
||||
/// The purpose of that error is to abort the formatting operation when the underlying
|
||||
/// destination encounters some error preventing it from accepting more text; it should
|
||||
|
Loading…
Reference in New Issue
Block a user