1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

rework resourcedef (#373)

This commit is contained in:
Rob Ede
2021-07-19 22:37:54 +01:00
committed by GitHub
parent a83dfaa162
commit c65e8524b2
9 changed files with 956 additions and 372 deletions

View File

@ -1,3 +1,3 @@
[alias]
chk = "hack check --workspace --all-features --tests --examples"
lint = "hack --clean-per-run clippy --workspace --tests --examples"
chk = "check --workspace --all-features --tests --examples --bins"
lint = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"