Skip to content

Commit

Permalink
Fix CI error (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kampersanda authored Dec 29, 2024
1 parent 433e6bd commit e88a60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vibrato/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl<'w, 't> Token<'w, 't> {
}
}

impl<'w, 't> std::fmt::Debug for Token<'w, 't> {
impl std::fmt::Debug for Token<'_, '_> {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("Token")
.field("surface", &self.surface())
Expand Down

0 comments on commit e88a60a

Please sign in to comment.