1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 10:45:05 +00:00

explicit use

This commit is contained in:
Nikolay Kim 2018-08-09 13:41:13 -07:00
parent 2ab7dbadce
commit 26629aafa5

View file

@ -2,6 +2,7 @@ use std::{mem, net};
use std::time::Duration;
use std::sync::{Arc, atomic::{AtomicUsize, Ordering}};
use num_cpus;
use futures::{Future, Stream, Sink};
use futures::sync::{mpsc, mpsc::unbounded};