Skip to content

Commit

Permalink
legacy numeric constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Jul 21, 2024
1 parent c8e7417 commit bc9b6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use slab::Slab;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;
use std::time::{Duration, Instant};
use std::{cmp, fmt, io, iter, thread, u64, usize};
use std::{cmp, fmt, io, iter, thread};

/// A timer.
///
Expand Down

0 comments on commit bc9b6a0

Please sign in to comment.