From 838c9244765fbd65c884d0273a7392f19af08b65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:30:05 +0000 Subject: [PATCH 1/2] chore(deps): update autofix-ci/action digest to 635ffb0 --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d6f1ee1..380651b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -47,7 +47,7 @@ jobs: run: cargo +nightly fmt --all - name: Cargo Clippy run: cargo +nightly clippy --fix --allow-dirty --all-features --workspace -- -D warnings - - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 concurrency: group: autofix-${{github.ref}} cancel-in-progress: false From b7ca97be69a265578f7fbba5829edb11ddbe361b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:30:43 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- src/cause.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cause.rs b/src/cause.rs index 9cfec9a..9f3b5e7 100644 --- a/src/cause.rs +++ b/src/cause.rs @@ -17,7 +17,7 @@ impl Display for Cause { if i > 0 { write!(f, ", ")?; } - write!(f, "{}", entry)?; + write!(f, "{entry}")?; } write!(f, "] {}", self.error)?; Ok(())