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

4 lines
162 B
TOML
Raw Normal View History

[alias]
2021-07-19 23:37:54 +02:00
chk = "check --workspace --all-features --tests --examples --bins"
lint = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"