1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 00:14:58 +02:00

use stable clippy (#1963)

This commit is contained in:
Rob Ede
2021-02-07 20:33:53 +00:00
committed by GitHub
parent dbc47c9122
commit 9604e249c9
6 changed files with 16 additions and 13 deletions

View File

@ -72,7 +72,6 @@ async fn test_start() {
let _ = sys.stop();
}
#[allow(clippy::unnecessary_wraps)]
#[cfg(feature = "openssl")]
fn ssl_acceptor() -> std::io::Result<SslAcceptorBuilder> {
use openssl::ssl::{SslAcceptor, SslFiletype, SslMethod};