Skip to content

Commit

Permalink
Merge pull request #102 from JohnTitor/single-import
Browse files Browse the repository at this point in the history
Remove single import
  • Loading branch information
JohnTitor authored Feb 25, 2020
2 parents 602db17 + fa25e30 commit d402f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actix-server/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use futures::stream::FuturesUnordered;
use futures::{ready, Future, FutureExt, Stream, StreamExt};
use log::{error, info};
use net2::TcpBuilder;
use num_cpus;

use crate::accept::{AcceptLoop, AcceptNotify, Command};
use crate::config::{ConfiguredService, ServiceConfig};
Expand Down

0 comments on commit d402f08

Please sign in to comment.