Skip to content

Commit

Permalink
Move i64
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Mar 1, 2025
1 parent 20ee988 commit 270e3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/utils/src/tracing/span_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ macro_rules! impl_int_to_value {
)*
};
}
impl_int_to_value!(u16, u32, i64);
impl_int_to_value!(u16, u32);

/// Generates `impl ToValue` blocks for types that are `Into<Value>`.
macro_rules! impl_to_value {
Expand All @@ -67,7 +67,7 @@ macro_rules! impl_to_value {
)*
};
}
impl_to_value!(f64);
impl_to_value!(f64, i64);

/// Utility functions based on [`tracing_opentelemetry::OpenTelemetrySpanExt`].
///
Expand Down

0 comments on commit 270e3c6

Please sign in to comment.