From 1bee7ea5c32bb473995f93dae062a61e07e4882a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 16 Sep 2025 10:14:01 -0400 Subject: [PATCH] chore(ci): fix rustdoc preview workflow typo --- .github/workflows/rustdoc-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustdoc-preview.yml b/.github/workflows/rustdoc-preview.yml index b99c8ab8..cde61fd9 100644 --- a/.github/workflows/rustdoc-preview.yml +++ b/.github/workflows/rustdoc-preview.yml @@ -45,7 +45,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Install Rust toolchain - - uses: dtolnay/rust-toolchain@nightly + uses: dtolnay/rust-toolchain@nightly - name: Build rustdoc run: cargo rustdoc --features full -- --cfg docsrs