From 92c46e8848db1b32192006e4febdad070c1c6fcd Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:45:26 +0100 Subject: [PATCH] ci: make the future obvious in clippy's name ... :) Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abf9f2ed..64e62584 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: run: cargo clippy --all-targets clippy-future: - name: Clippy + name: Clippy (Future) runs-on: ubuntu-latest strategy: matrix: