1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-30 18:44:35 +01:00
actix-web/actix-http/src/h1
Rob Ede 6f0a6bd1bb
address clippy lints
For intrepid commit message readers:
The choice to add allows for the inlined format args lint instead of actually
inlining them is not very clear because our actual real world MSRV is not clear.
We currently claim 1.60 is our MSRV but this is mainly due to dependencies. I'm
fairly sure that we could support < 1.58 if those deps are outdated in a users
lockfile. We'll remove these allows again at some point soon.
2023-01-01 20:56:34 +00:00
..
chunked.rs address clippy lints 2023-01-01 20:56:34 +00:00
client.rs use tokio-util deps directly where possible 2022-10-30 19:47:49 +00:00
codec.rs use tokio-util deps directly where possible 2022-10-30 19:47:49 +00:00
decoder.rs appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
dispatcher_tests.rs fix version requirement for futures_util 2022-12-18 01:34:48 +00:00
dispatcher.rs use tokio-util deps directly where possible 2022-10-30 19:47:49 +00:00
encoder.rs address clippy lints 2023-01-01 20:56:34 +00:00
expect.rs split request and response modules (#2530) 2021-12-19 17:05:27 +00:00
mod.rs fix request head timeout (#2611) 2022-01-31 17:30:34 +00:00
payload.rs remove unwindsafe assertions 2022-07-24 02:47:12 +01:00
service.rs add feature annotations to docs 2022-07-31 23:40:09 +01:00
timer.rs use tracing in actix-http 2022-03-10 03:12:29 +00:00
upgrade.rs split request and response modules (#2530) 2021-12-19 17:05:27 +00:00
utils.rs relax unpin bounds on payload types (#2545) 2021-12-24 17:47:47 +00:00