560 |
// We better keep this here, as it's related to summarization only.
|
561 |
#[allow(clippy::multiple_inherent_impl)]
|
562 |
impl Styles {
|
38 |
#[allow(clippy::multiple_inherent_impl)] // because of `into-regex` feature
|
39 |
impl<'s> Expression<Spanned<'s>> {
|
20 |
#[allow(clippy::multiple_inherent_impl)]
|
21 |
impl Commands {
|
20 |
#[allow(clippy::multiple_inherent_impl)]
|
21 |
impl Commands {
|
24 |
#[allow(clippy::multiple_inherent_impl)]
|
25 |
impl Commands {
|
180 |
#[allow(clippy::multiple_inherent_impl)]
|
181 |
impl Commands {
|
29 |
clippy::multiple_crate_versions,
|
30 |
clippy::multiple_inherent_impl,
|
31 |
clippy::panic_in_result_fn,
|
4 |
clippy::module_name_repetitions,
|
5 |
clippy::multiple_inherent_impl,
|
6 |
clippy::implicit_return,
|
179 |
// Why is this bad : Splitting the implementation of a type makes the code harder to navigate.
|
180 |
clippy::multiple_inherent_impl,
|
96 |
// Why is this bad : Splitting the implementation of a type makes the code harder to navigate.
|
97 |
clippy::multiple_inherent_impl,
|
116 |
//Why is this bad : Splitting the implementation of a type makes the code harder to navigate.
|
117 |
clippy::multiple_inherent_impl,
|
69 |
#![allow(clippy::missing_inline_in_public_items)]
|
70 |
#![allow(clippy::multiple_inherent_impl)]
|
71 |
#![allow(clippy::multiple_crate_versions)]
|
53 |
clippy::unwrap_used,
|
54 |
clippy::multiple_inherent_impl,
|
55 |
clippy::pattern_type_mismatch,
|
54 |
clippy::unwrap_used,
|
55 |
clippy::multiple_inherent_impl,
|
56 |
clippy::pattern_type_mismatch,
|
37 |
clippy::shadow_reuse, // We shadow values when accepting generics `file: impl AsRef<U>` and `let file = file.as_ref()`, for example
|
38 |
clippy::multiple_inherent_impl, // We separate `impl`s where possible based on their purpose
|
39 |
clippy::let_underscore_must_use, // We'll only use `let _ = ...` if we really want to ignore the result
|
53 |
clippy::unwrap_used,
|
54 |
clippy::multiple_inherent_impl,
|
55 |
clippy::pattern_type_mismatch,
|