chore: clippy fixes

This commit is contained in:
rvcas
2024-02-13 20:26:12 -05:00
parent 3582c5569d
commit ac0c73a56a
3 changed files with 3 additions and 3 deletions

View File

@@ -1094,7 +1094,7 @@ fn suggest_neighbor<'a>(
fn suggest_pattern(
expected: usize,
name: &str,
given: &Vec<CallArg<UntypedPattern>>,
given: &[CallArg<UntypedPattern>],
module: &Option<String>,
is_record: bool,
) -> Option<String> {