Skip to content

Commit

Permalink
temp! disable clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagnuson committed Jul 19, 2023
1 parent 94b4b3d commit d898b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d898b8f

Please sign in to comment.