1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-13 02:39:32 +00:00
actix-web/actix-files/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
..
chunked.rs move blocking error to web (#2660) 2022-02-22 08:45:28 +00:00
directory.rs replace askama_escape in favor of v_htmlescape (#2824) 2022-08-30 09:34:46 +01:00
encoding.rs add files preference for utf8 text responses (#1714) 2020-10-06 21:56:28 +01:00
error.rs appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
files.rs move path impls to derives 2022-01-22 04:02:34 +00:00
lib.rs address clippy lints 2023-01-01 20:56:34 +00:00
named.rs fix xhtml pages' content-disposition (#2903) 2022-10-09 12:44:10 +01:00
path_buf.rs prevent drive traversal in windows 2022-01-25 16:44:05 +00:00
range.rs Use http-range library for HttpRange (#2003) 2021-02-16 18:48:16 +00:00
service.rs rust 1.64 clippy run (#2891) 2022-09-25 20:54:17 +01:00