Skip to content

Commit

Permalink
Fix Result link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanford committed Mar 30, 2024
1 parent 53b5d4a commit 27c6cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T> = std::result::Result<T, Error>;

type BoxStream = futures_lite::stream::Boxed<Result<DirEntry>>;
Expand Down

0 comments on commit 27c6cdc

Please sign in to comment.