1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-02-17 18:23:30 +01:00
actix-web/.cargo/config.toml
Rob Ede f66774e30b
remove From<OffsetDateTime> impl from HttpDate
fully removes time crate from public api of -http
2021-03-30 03:32:22 +01:00

4 lines
126 B
TOML

[alias]
chk = "hack check --workspace --tests --examples"
lint = "hack --clean-per-run clippy --workspace --tests --examples"