1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

fix local waker metadata

This commit is contained in:
Rob Ede
2021-04-01 09:01:56 +01:00
parent 2c5c9167a5
commit b09e7cd417
4 changed files with 8 additions and 6 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 = "hack check --workspace --tests --examples"