1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00
actix-web/actix-web/tests
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
..
fixtures move actix-web to own dir 2022-02-01 00:30:41 +00:00
compression.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
test-macro-import-conflict.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
test_error_propagation.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
test_httpserver.rs address clippy lints 2023-01-01 20:56:34 +00:00
test_server.rs add Route::wrap (#2725) 2022-04-23 21:01:55 +01:00
test_weird_poll.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
utils.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
weird_poll.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00