ignore too_many_arguments on check
This commit is contained in:
parent
c378bf9ddf
commit
ca00b138b2
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ use rustc_span::sym;
|
|||
use super::MAP_UNWRAP_OR;
|
||||
|
||||
/// lint use of `map().unwrap_or()` for `Option`s
|
||||
#[expect(clippy::too_many_arguments)]
|
||||
pub(super) fn check<'tcx>(
|
||||
cx: &LateContext<'tcx>,
|
||||
expr: &rustc_hir::Expr<'_>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue