mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-21 08:05:37 +02:00
clippy warnings
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
//! General purpose tcp server
|
||||
#![deny(rust_2018_idioms, warnings)]
|
||||
#![allow(clippy::type_complexity)]
|
||||
|
||||
mod accept;
|
||||
mod builder;
|
||||
mod config;
|
||||
mod counter;
|
||||
mod server;
|
||||
mod service;
|
||||
mod signals;
|
||||
|
Reference in New Issue
Block a user