Skip to content

Commit 31937e7

Browse files
committed
clippy
1 parent b1cd852 commit 31937e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/nargo_cli/src/cli/expand_cmd/printer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ impl<'interner, 'def_map, 'string> Printer<'interner, 'def_map, 'string> {
11301130
}
11311131
Type::TypeVariable(type_variable) => match &*type_variable.borrow() {
11321132
TypeBinding::Bound(typ) => {
1133-
self.show_type(&typ);
1133+
self.show_type(typ);
11341134
}
11351135
TypeBinding::Unbound(..) => {
11361136
self.push('_');

0 commit comments

Comments
 (0)