Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Mar 10, 2025
1 parent b1cd852 commit 31937e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_cli/src/cli/expand_cmd/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ impl<'interner, 'def_map, 'string> Printer<'interner, 'def_map, 'string> {
}
Type::TypeVariable(type_variable) => match &*type_variable.borrow() {
TypeBinding::Bound(typ) => {
self.show_type(&typ);
self.show_type(typ);
}
TypeBinding::Unbound(..) => {
self.push('_');
Expand Down

0 comments on commit 31937e7

Please sign in to comment.