1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00
actix-web/actix-router/src
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
..
de.rs Fix typo in error string for i32 parse in router deserialization (#2876) 2022-09-19 18:44:52 +01:00
lib.rs address clippy lints 2023-01-01 20:56:34 +00:00
path.rs rust 1.64 clippy run (#2891) 2022-09-25 20:54:17 +01:00
pattern.rs split up router pattern and resource_path modules 2021-12-14 18:59:59 +00:00
quoter.rs rework actix_router::Quoter (#2709) 2022-03-28 20:58:35 +00:00
resource.rs rust 1.64 clippy run (#2891) 2022-09-25 20:54:17 +01:00
resource_path.rs clippy 2022-07-23 02:48:28 +01:00
router.rs appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
url.rs rework actix_router::Quoter (#2709) 2022-03-28 20:58:35 +00:00