Skip to content

Commit 1052675

Browse files
committed
Make linter happy
Signed-off-by: Alex Saveau <[email protected]>
1 parent 3a7fd1a commit 1052675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ impl Error for core::ffi::FromBytesWithNulError {
639639

640640
#[unstable(feature = "todo", issue = "none")]
641641
impl From<core::ffi::FromBytesWithNulError> for io::Error {
642-
/// Converts a [`NulError`] into an [`io::Error`].
642+
/// Converts a [`NulError`](core::ffi::FromBytesWithNulError) into an [`io::Error`].
643643
fn from(e: core::ffi::FromBytesWithNulError) -> io::Error {
644644
io::Error::new(io::ErrorKind::InvalidInput, e)
645645
}

0 commit comments

Comments
 (0)