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

docs(http-test): use cargo-rdme

This commit is contained in:
Rob Ede
2024-06-10 23:31:45 +01:00
parent cd301a6932
commit cc5030c542
2 changed files with 7 additions and 2 deletions

View File

@ -88,6 +88,7 @@ doc-watch:
# Update READMEs from crate root documentation.
update-readmes: && fmt
cd ./actix-files && cargo rdme --force
cd ./actix-http-test && cargo rdme --force
cd ./actix-router && cargo rdme --force
cd ./actix-test && cargo rdme --force