diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 935f6a1..1088b1d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - run: cargo fmt --all-features -- --check + - run: cargo fmt --all -- --check docs: name: Doc