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

docs: add from_fn examples

This commit is contained in:
Rob Ede
2024-10-15 08:35:39 +01:00
parent ec05381f6f
commit 03c65d93e5
3 changed files with 132 additions and 0 deletions

View File

@ -36,6 +36,9 @@ check-min:
check-default:
cargo hack --workspace check
# Run Clippy over workspace.
check toolchain="": && (clippy toolchain)
# Run Clippy over workspace.
clippy toolchain="":
cargo {{ toolchain }} clippy --workspace --all-targets {{ all_crate_features }}