From 97832148dd23d058f43dfdcf476b9faf9e2aa4dd Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Mon, 29 May 2023 10:01:08 +0200 Subject: [PATCH] Typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64d72a6..6337a2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - run: cargo clippy --version # Use --all-targets to also check tests. # Note that --all-features doesn't check all code when something is *disabled* by a feature. - # LATER Seems like this doesn't check tests because we¨re using trybuild. Any way to fix that? + # LATER Seems like this doesn't check tests because we're using trybuild. Any way to fix that? - run: cargo clippy --all-targets --all-features -- --deny warnings # No fixmes allowed - they're to be fixed before committing # or at least before merging to master so they can be used