From 1907ce1e91eecafbd488883ccec84a0bc9b38fce Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 16 Aug 2021 22:55:05 +0200 Subject: [PATCH] Disable buggy clippy lint --- .cargo/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 68c292af..b20d420a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -25,7 +25,6 @@ ruma-clippy = """\ -W clippy::todo \ -W clippy::unreadable_literal \ -W clippy::unseparated_literal_suffix \ - -W clippy::useless_let_if_seq \ -W clippy::wildcard_imports \ """