We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check
1 parent c378bf9 commit ca00b13Copy full SHA for ca00b13
clippy_lints/src/methods/option_map_unwrap_or.rs
@@ -20,6 +20,7 @@ use rustc_span::sym;
20
use super::MAP_UNWRAP_OR;
21
22
/// lint use of `map().unwrap_or()` for `Option`s
23
+#[expect(clippy::too_many_arguments)]
24
pub(super) fn check<'tcx>(
25
cx: &LateContext<'tcx>,
26
expr: &rustc_hir::Expr<'_>,
0 commit comments