style(span): reformat code (#8296)

This commit is contained in:
overlookmotel 2025-01-06 13:57:58 +00:00
parent cd0c2dc6f7
commit e81f34f2f6

View file

@ -77,8 +77,10 @@ impl<T: ContentEq> ContentEq for oxc_allocator::Vec<'_, T> {
}
mod content_eq_auto_impls {
#![allow(clippy::float_cmp)]
#![expect(clippy::float_cmp)]
use super::ContentEq;
macro_rules! content_eq_impl {
($($t:ty)*) => ($(
impl ContentEq for $t {