Skip to content

Commit a24cf9a

Browse files
GearsDatapackslpil
authored andcommitted
Clippy
1 parent 557f3fc commit a24cf9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-core/src/ast/visit.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ pub trait Visit<'ast> {
223223
visit_typed_expr_case(self, location, type_, subjects, clauses, compiled_case);
224224
}
225225

226+
#[allow(clippy::too_many_arguments)]
226227
fn visit_typed_expr_record_access(
227228
&mut self,
228229
location: &'ast SrcSpan,
@@ -1065,6 +1066,7 @@ pub fn visit_typed_expr_case<'a, V>(
10651066
}
10661067
}
10671068

1069+
#[allow(clippy::too_many_arguments)]
10681070
pub fn visit_typed_expr_record_access<'a, V>(
10691071
v: &mut V,
10701072
_location: &'a SrcSpan,

0 commit comments

Comments
 (0)