1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-30 19:54:36 +01:00
actix-net/actix-ioframe/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 mark some fn as unsafe 2019-07-17 11:16:38 +06:00
connect.rs give access to io object during connect stage 2019-07-01 22:37:59 +06:00
dispatcher.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
error.rs add custom framed dispatcher service 2019-06-26 15:19:40 +06:00
item.rs refactor connect stage 2019-07-01 11:20:24 +06:00
lib.rs refactor connect stage 2019-07-01 11:20:24 +06:00
service.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
sink.rs add custom framed dispatcher service 2019-06-26 15:19:40 +06:00
state.rs refactor connect stage 2019-07-01 11:20:24 +06:00