Centralize clippy lints in .cargo/config.toml

This commit is contained in:
Héctor Ramón Jiménez 2023-09-20 16:40:03 +02:00
parent b8ddd158da
commit f137d71e8f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
13 changed files with 16 additions and 81 deletions

View file

@ -14,14 +14,8 @@
missing_debug_implementations,
missing_docs,
unused_results,
clippy::extra_unused_lifetimes,
clippy::from_over_into,
clippy::needless_borrow,
clippy::new_without_default,
clippy::useless_conversion,
rustdoc::broken_intra_doc_links
)]
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
pub mod alignment;
pub mod clipboard;
pub mod event;