Skip to content

Commit

Permalink
style(span): reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jan 6, 2025
1 parent cd0c2dc commit dd13077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/oxc_span/src/cmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dd13077

Please sign in to comment.