1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-30 19:54:36 +01:00
actix-net/actix-utils/src
Yuki Okushi aad013f559
Fix clippy warnings (#40)
Add explicit `dyn`s

Remove let binding

Use +=

Return false

Derive Default for TcpConnector

Squash if/else

Remove unnecessary return keywords

Use is_empty()

Fix clippy attribute

Allow mut_from_ref
2019-08-17 05:15:51 +09:00
..
cell.rs update deps 2019-01-26 13:15:17 -08:00
counter.rs move helper services to separate package 2018-12-10 16:16:40 -08:00
either.rs change Either constructor 2019-05-14 17:32:50 -07:00
framed.rs undeprecate framed transport 2019-07-17 13:31:00 +06:00
inflight.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
keepalive.rs Use associated type for NewService config 2019-05-12 06:03:50 -07:00
lib.rs remove ClonableService 2019-07-19 11:03:16 +06:00
order.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
stream.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
time.rs Use associated type for NewService config 2019-05-12 06:03:50 -07:00
timeout.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00