From e156f3cd85bd7f0e8f8b4564307c2c6c30817cf8 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Thu, 2 Jan 2025 19:03:26 -0500 Subject: [PATCH 1/2] suppress doc warnings for now --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db115c89cc..26def05357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,11 +156,11 @@ resolver = "2" [workspace.lints] rust.missing_debug_implementations = "warn" -rust.missing_docs = "warn" +# rust.missing_docs = "warn" rust.rust_2018_idioms = { level = "deny", priority = -1 } rust.unreachable_pub = "warn" rust.unused_must_use = "deny" -rustdoc.all = "warn" +# rustdoc.all = "warn" # rust.unnameable-types = "warn" [workspace.lints.clippy] From ae9647fad49a9ba10e7f6c62639f15972831f130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:50:53 +0000 Subject: [PATCH 2/2] chore(deps): bump dcarbone/install-jq-action from 2 to 3 Bumps [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) from 2 to 3. - [Release notes](https://github.com/dcarbone/install-jq-action/releases) - [Commits](https://github.com/dcarbone/install-jq-action/compare/v2...v3) --- updated-dependencies: - dependency-name: dcarbone/install-jq-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd71a8c636..41331c4e5d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -73,7 +73,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true - - uses: dcarbone/install-jq-action@v2 + - uses: dcarbone/install-jq-action@v3 - name: Run Wasm checks run: .github/assets/check_wasm.sh