Skip to content

Commit 940f928

Browse files
Remove unused imports.
1 parent 4dfa975 commit 940f928

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/hyper_ruby/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ use env_logger;
3737
use crate::response::BodyWithTrailers;
3838
use std::sync::Once;
3939
use tokio::time::timeout;
40-
use std::future::Future;
41-
use std::pin::Pin;
42-
use std::task::{Context, Poll};
43-
use tokio::time::{Sleep, sleep};
4440

4541
static LOGGER_INIT: Once = Once::new();
4642

0 commit comments

Comments
 (0)