Skip to content

Commit

Permalink
Add rustdoc for reedline::Result
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Nerma authored Nov 11, 2023
1 parent b8a9a5d commit 35ef09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ impl Display for ReedlineError {
}
impl std::error::Error for ReedlineError {}

// for now don't expose the above error type to the public
/// Standard [`std::result::Result`], with [`ReedlineError`] as the error variant
pub type Result<T> = std::result::Result<T, ReedlineError>;

0 comments on commit 35ef09c

Please sign in to comment.