Skip to content

Commit

Permalink
fixes ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Feb 1, 2025
1 parent 83cf219 commit 2655535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ pub trait Diagnose<'s, T> {
S: Into<<Self::Error as Diagnostic>::Subject>;
}

impl<'s, T, E> Diagnose<'s, T> for Result<T, E>
impl<T, E> Diagnose<'_, T> for Result<T, E>
where
E: Diagnostic,
{
Expand Down

0 comments on commit 2655535

Please sign in to comment.