events: Update comment

This commit is contained in:
Jonas Platte 2021-04-01 01:39:18 +02:00
parent 3b69f9d3cf
commit 085dd492c7
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -178,7 +178,7 @@
#![warn(missing_debug_implementations, missing_docs, rust_2018_idioms)] #![warn(missing_debug_implementations, missing_docs, rust_2018_idioms)]
// This lint is no good // This lint is no good
#![allow(clippy::new_without_default)] #![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)] #![allow(clippy::unnested_or_patterns)]
use std::fmt::Debug; use std::fmt::Debug;