From d898b8f7f23732b117c8457126ca15645cbf977a Mon Sep 17 00:00:00 2001 From: Jon Magnuson Date: Wed, 19 Jul 2023 07:48:16 -0500 Subject: [PATCH] temp! disable clippy allow --- src/reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reader.rs b/src/reader.rs index bfff00e..29fedef 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -332,7 +332,7 @@ impl StreamState { old_state } - #[allow(clippy::match_like_matches_macro)] // otherwise bumps MSRV + // #[allow(clippy::match_like_matches_macro)] // otherwise bumps MSRV pub fn is_transient(&self) -> bool { if let StreamState::Events = self { false