1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 03:44:40 +01:00
actix-net/.cargo/config.toml

4 lines
162 B
TOML
Raw Normal View History

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