From a6bdf931a195e561072d82853c66b330af387e65 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 8 Jan 2025 18:50:17 +0100 Subject: [PATCH] fixup! docs(iroh): Update discovery docs, mostly StaticProvider --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f6f2849b..80f3119f15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,9 +228,6 @@ jobs: - name: Docs run: cargo doc --workspace --all-features --no-deps --document-private-items - - name: Docs (default features) - run: cargo doc --workspace --no-deps - clippy_check: timeout-minutes: 30 runs-on: ubuntu-latest