diff --git a/src/fallback.rs b/src/fallback.rs index 6f50e994..c6d2f38a 100644 --- a/src/fallback.rs +++ b/src/fallback.rs @@ -850,6 +850,7 @@ impl Display for Ident { } } +#[allow(clippy::missing_fields_in_debug)] impl Debug for Ident { // Ident(proc_macro), Ident(r#union) #[cfg(not(span_locations))]