Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhite-rippling committed Jul 19, 2024
1 parent d9376d2 commit 823d166
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::{
fmt,
future::Future,
ops::{Add, Sub},
task::Poll,
time::Duration,
};

Expand Down
2 changes: 0 additions & 2 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ use crate::{SuspendUnawareInstant, TimedOutError, NANOS_PER_SECOND};
use futures::future::join_all;
use std::{
cmp::Ordering,
future::Future,
task::Poll,
time::{Duration, Instant},
};

Expand Down

0 comments on commit 823d166

Please sign in to comment.