From f65116b2085ad403f0d45c5818da20eb34de6949 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Tue, 24 May 2022 15:03:11 +0200 Subject: [PATCH] chore(ci): uncomment clippy from the ci check The issue has been fixed in the latest release of rust. See https://github.com/rust-lang/rust-clippy/issues/8662 Fix #2305 --- bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index d24e6c09b..b357e8d61 100644 --- a/bors.toml +++ b/bors.toml @@ -2,7 +2,7 @@ status = [ 'Tests on ubuntu-18.04', 'Tests on macos-latest', 'Tests on windows-latest', - # 'Run Clippy', + 'Run Clippy', 'Run Rustfmt', 'Run tests in debug', ]