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

docs(test): intrgrate cargo-rdme

This commit is contained in:
Rob Ede
2024-06-10 23:23:38 +01:00
parent 0fd85bae2a
commit 4c4c279938
4 changed files with 48 additions and 1 deletions

View File

@ -80,6 +80,7 @@ doc-watch:
update-readmes: && fmt
cd ./actix-files && cargo rdme --force
cd ./actix-router && cargo rdme --force
cd ./actix-test && cargo rdme --force
# Check for unintentional external type exposure on all crates in workspace.
check-external-types-all toolchain="+nightly":