mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Fix typo
This commit is contained in:
parent
30ba29d18a
commit
0786d3302d
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ use crate::time::{sleep, Millis, Sleep};
|
|||
use crate::util::{
|
||||
join_all, ready, select, stream_recv, BoxFuture, Either, Stream as FutStream,
|
||||
};
|
||||
use ntex_util::time::Millis;
|
||||
|
||||
use super::accept::{AcceptNotify, Command};
|
||||
use super::service::{BoxedServerService, InternalServiceFactory, ServerMessage};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue