mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 17:49:58 -04:00
chore: Remove workaround for clippy bug that was fixed
This commit is contained in:
committed by
Jonas Platte
parent
da8d74ccc1
commit
b936d3e32d
@@ -5,9 +5,6 @@
|
||||
|
||||
#![warn(missing_docs)]
|
||||
#![allow(unused_qualifications)]
|
||||
// Triggers false positives.
|
||||
// See <https://github.com/rust-lang/rust-clippy/issues/10319>.
|
||||
#![allow(clippy::extra_unused_type_parameters)]
|
||||
|
||||
mod backup_recovery_key;
|
||||
mod device;
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
#![warn(missing_docs, missing_debug_implementations)]
|
||||
// triggered by wasm_bindgen code
|
||||
#![allow(clippy::drop_non_drop)]
|
||||
// Triggers false positives.
|
||||
// See <https://github.com/rust-lang/rust-clippy/issues/10319>.
|
||||
#![allow(clippy::extra_unused_type_parameters)]
|
||||
|
||||
pub mod attachment;
|
||||
pub mod device;
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
// TODO: target-os conditional would be good.
|
||||
|
||||
#![allow(unused_qualifications, clippy::new_without_default)]
|
||||
// Triggers false positives.
|
||||
// See <https://github.com/rust-lang/rust-clippy/issues/10319>.
|
||||
#![allow(clippy::extra_unused_type_parameters)]
|
||||
|
||||
macro_rules! unwrap_or_clone_arc_into_variant {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user