1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00
actix-web/actix-files
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
..
src address clippy lints 2023-01-01 20:56:34 +00:00
tests fix partial ranges for video content (#2817) 2022-07-23 16:27:01 +01:00
Cargo.toml fix version requirement for futures_util 2022-12-18 01:34:48 +00:00
CHANGES.md fix xhtml pages' content-disposition (#2903) 2022-10-09 12:44:10 +01:00
LICENSE-APACHE add license files 2019-06-01 17:25:29 +06:00
LICENSE-MIT add license files 2019-06-01 17:25:29 +06:00
README.md bump msrv to 1.59 2022-08-27 13:14:16 +01:00

actix-files

Static file serving for Actix Web

crates.io Documentation Version License
dependency status Download Chat on Discord

Documentation & Resources