diff --git a/src/lib.rs b/src/lib.rs index 7159a92..54f4274 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -96,7 +96,7 @@ pub use async_fs::DirEntry; pub use error::Error; -/// A specialized [`Result`] type. +/// A specialized [`Result`][`std::result::Result`] type. pub type Result = std::result::Result; type BoxStream = futures_lite::stream::Boxed>;