Lines Matching refs:lint

483         // This lint warns of `clippy::*` generated by external macros.
484 // We allow this lint for compatibility with older compilers.
486 … #[allow(clippy::redundant_pub_crate)] // This lint warns `pub(crate)` field in private struct.
699 // This lint warns of `clippy::*` generated by external macros.
700 // We allow this lint for compatibility with older compilers.
821 #[allow(dead_code)] // This lint warns unused fields/variants.
823 // This lint warns of `clippy::*` generated by external macros.
824 // We allow this lint for compatibility with older compilers.
826 #[allow(clippy::mut_mut)] // This lint warns `&mut &mut <ty>`. (only needed for project)
827 … #[allow(clippy::redundant_pub_crate)] // This lint warns `pub(crate)` field in private struct.
828 …#[allow(clippy::ref_option_ref)] // This lint warns `&Option<&<ty>>`. (only needed for project_ref)
881 #[allow(dead_code)] // This lint warns unused fields/variants.
883 #[allow(clippy::mut_mut)] // This lint warns `&mut &mut <ty>`. (only needed for project)
884 … #[allow(clippy::redundant_pub_crate)] // This lint warns `pub(crate)` field in private struct.
924 #[allow(dead_code)] // This lint warns unused fields/variants.
926 // This lint warns of `clippy::*` generated by external macros.
927 // We allow this lint for compatibility with older compilers.
929 #[allow(clippy::mut_mut)] // This lint warns `&mut &mut <ty>`. (only needed for project)
930 … #[allow(clippy::redundant_pub_crate)] // This lint warns `pub(crate)` field in private struct.
931 …#[allow(clippy::ref_option_ref)] // This lint warns `&Option<&<ty>>`. (only needed for project_ref)
975 #[allow(dead_code)] // This lint warns unused fields/variants.
977 #[allow(clippy::mut_mut)] // This lint warns `&mut &mut <ty>`. (only needed for project)
978 … #[allow(clippy::redundant_pub_crate)] // This lint warns `pub(crate)` field in private struct.
1253 // this will become a lint, rather then a hard error.