mirror of https://github.com/fafhrd91/actix-web
Clean: Lint.
This commit is contained in:
parent
dbf3bc6fc5
commit
f1de281574
|
@ -1,10 +1,8 @@
|
|||
#[cfg(feature = "openssl")]
|
||||
extern crate tls_openssl as openssl;
|
||||
|
||||
use {
|
||||
actix_web::{web, App, HttpResponse, HttpServer},
|
||||
std::{sync::mpsc, thread, time::Duration},
|
||||
};
|
||||
use actix_web::{web, App, HttpResponse, HttpServer};
|
||||
use std::{sync::mpsc, thread, time::Duration};
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn test_start() {
|
||||
|
|
Loading…
Reference in New Issue