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")]
|
#[cfg(feature = "openssl")]
|
||||||
extern crate tls_openssl as openssl;
|
extern crate tls_openssl as openssl;
|
||||||
|
|
||||||
use {
|
use actix_web::{web, App, HttpResponse, HttpServer};
|
||||||
actix_web::{web, App, HttpResponse, HttpServer},
|
use std::{sync::mpsc, thread, time::Duration};
|
||||||
std::{sync::mpsc, thread, time::Duration},
|
|
||||||
};
|
|
||||||
|
|
||||||
#[actix_rt::test]
|
#[actix_rt::test]
|
||||||
async fn test_start() {
|
async fn test_start() {
|
||||||
|
|
Loading…
Reference in New Issue