We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7fd1a commit 1052675Copy full SHA for 1052675
library/std/src/error.rs
@@ -639,7 +639,7 @@ impl Error for core::ffi::FromBytesWithNulError {
639
640
#[unstable(feature = "todo", issue = "none")]
641
impl From<core::ffi::FromBytesWithNulError> for io::Error {
642
- /// Converts a [`NulError`] into an [`io::Error`].
+ /// Converts a [`NulError`](core::ffi::FromBytesWithNulError) into an [`io::Error`].
643
fn from(e: core::ffi::FromBytesWithNulError) -> io::Error {
644
io::Error::new(io::ErrorKind::InvalidInput, e)
645
}
0 commit comments