From 48ae03763600c7851c369a5480eaf822e281dd19 Mon Sep 17 00:00:00 2001 From: ripytide Date: Sun, 20 Oct 2024 21:02:52 +0100 Subject: [PATCH] test7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b07b275..f768834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo doc --all-features --no-deps --document-private-items + - run: cargo doc --all-features --no-deps --document-private-items rustfmt: runs-on: ubuntu-latest steps: