Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 14, 2025
1 parent d97dde3 commit 6fe75de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir/lowering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ pub fn lower_path(
ty = *element_type;
}
}
PathSegment::MethodCall(fn_call_op, span) => todo!(),
PathSegment::MethodCall(_fn_call_op, _span) => todo!(),
}
}

Expand Down

0 comments on commit 6fe75de

Please sign in to comment.