Update lint attributes for ruma-events
This commit is contained in:
parent
7216cbd5bd
commit
a5514fd7ca
@ -111,9 +111,8 @@
|
||||
|
||||
#![recursion_limit = "1024"]
|
||||
#![warn(missing_debug_implementations, missing_docs, rust_2018_idioms)]
|
||||
#![allow(clippy::new_without_default)] // lint is no good
|
||||
// Since we support Rust 1.36.0, we can't apply this suggestion yet
|
||||
#![allow(clippy::use_self)]
|
||||
// This lint is no good
|
||||
#![allow(clippy::new_without_default)]
|
||||
// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable
|
||||
#![allow(clippy::unnested_or_patterns)]
|
||||
#![allow(clippy::unknown_clippy_lints)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user