Skip to content

Commit

Permalink
fix: clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Aug 21, 2024
1 parent 649a1e6 commit 83e226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ macro_rules! into_f64 {
};
}

pub(self) use into_f64;
use into_f64;

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit 83e226f

Please sign in to comment.