mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
style(span): reformat code (#8296)
This commit is contained in:
parent
cd0c2dc6f7
commit
e81f34f2f6
1 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue