From 085dd492c7af888051a217a733e384a4ef1fa431 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 1 Apr 2021 01:39:18 +0200 Subject: [PATCH] events: Update comment --- ruma-events/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-events/src/lib.rs b/ruma-events/src/lib.rs index 67fa94df..de0491ef 100644 --- a/ruma-events/src/lib.rs +++ b/ruma-events/src/lib.rs @@ -178,7 +178,7 @@ #![warn(missing_debug_implementations, missing_docs, rust_2018_idioms)] // This lint is no good #![allow(clippy::new_without_default)] -// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable +// Remove this once our MSRV is >= 1.53 #![allow(clippy::unnested_or_patterns)] use std::fmt::Debug;