Skip to content

Commit

Permalink
Remove use of legacy numeric constant
Browse files Browse the repository at this point in the history
  • Loading branch information
56quarters committed Sep 24, 2024
1 parent 3f937d1 commit f8239f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cadence/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use crate::types::{
use std::fmt;
use std::panic::RefUnwindSafe;
use std::time::Duration;
use std::u64;

/// Conversion trait for valid values for counters
///
Expand Down Expand Up @@ -1120,7 +1119,6 @@ mod tests {
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;
use std::time::Duration;
use std::u64;

#[test]
fn test_statsd_client_empty_prefix() {
Expand Down

0 comments on commit f8239f2

Please sign in to comment.