1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-28 03:02:58 +01:00
actix-net/.cargo/config.toml

4 lines
126 B
TOML
Raw Normal View History

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