From 64d46a7b1d4223cdd7efe3cd4fa6b43c0e350c40 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 30 Sep 2021 01:31:19 -0400 Subject: [PATCH] Remove no longer triggered string_lit_as_bytes suppression --- tests/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.rs b/tests/test.rs index 088065b..4931568 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -1,7 +1,7 @@ #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr( feature = "cargo-clippy", - allow(cast_lossless, string_lit_as_bytes, unseparated_literal_suffix) + allow(cast_lossless, unseparated_literal_suffix) )] #![allow(non_snake_case)]