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

rename Server => ServerHandler (#407)

This commit is contained in:
Rob Ede
2021-11-01 23:36:51 +00:00
committed by GitHub
parent 1c8fcaebbc
commit 581e599209
10 changed files with 96 additions and 81 deletions

View File

@ -1,5 +1,6 @@
[alias]
lint = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
lint-all = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy::todo"
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"