1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-18 19:03:11 +01:00
actix-net/router/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
..
de.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
lib.rs Allow to reset Path instance; export Quoter type 2019-04-07 22:48:18 -07:00
path.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
resource.rs Fix clippy warnings (#40) 2019-08-17 05:15:51 +09:00
router.rs Fix typo 2019-05-15 20:51:24 +02:00
url.rs Allow to reset Path instance; export Quoter type 2019-04-07 22:48:18 -07:00