Skip to content

Commit 7289256

Browse files
GearsDatapackslpil
authored andcommitted
Clippy
1 parent 86eb4c8 commit 7289256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-core/src/type_/pattern.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl<'a, 'b> PatternTyper<'a, 'b> {
9797
location: SrcSpan,
9898
origin: VariableOrigin,
9999
) {
100-
self.check_name_case(location, &name, Named::Variable);
100+
self.check_name_case(location, name, Named::Variable);
101101

102102
match &mut self.mode {
103103
PatternMode::Initial => {

0 commit comments

Comments
 (0)