diff --git a/vibrato/src/token.rs b/vibrato/src/token.rs index 4108774..5a37e5c 100644 --- a/vibrato/src/token.rs +++ b/vibrato/src/token.rs @@ -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())