mirror of https://github.com/fafhrd91/actix-web
actix-http: Make rustfmt happy for tls-rustls example
This commit is contained in:
parent
50aa448fd7
commit
56e224c43e
|
@ -12,12 +12,11 @@
|
|||
//! Protocol: HTTP/1.1
|
||||
//! ```
|
||||
|
||||
use tls_rustls_023 as rustls;
|
||||
|
||||
use std::io;
|
||||
|
||||
use actix_http::{Error, HttpService, Request, Response};
|
||||
use actix_utils::future::ok;
|
||||
use tls_rustls_023 as rustls;
|
||||
|
||||
#[actix_rt::main]
|
||||
async fn main() -> io::Result<()> {
|
||||
|
|
Loading…
Reference in New Issue