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

fix guard mod docs

This commit is contained in:
Rob Ede
2023-05-06 11:37:11 +01:00
parent de1efa673f
commit 8b2b755cde
4 changed files with 8 additions and 6 deletions

View File

@ -101,7 +101,6 @@ jobs:
run: >
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=stable cargo test --lib --tests -p=actix-files --all-features"
rustdoc:
name: doc tests
runs-on: ubuntu-latest