Skip to content

Commit 352020c

Browse files
committed
Satisfy clippy
1 parent 52fac6c commit 352020c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/string_basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ mod print_debug_functions {
235235
result,
236236
"{:?}: {}{}",
237237
k,
238-
&print_with_func(FUNC_TO_DEBUG, &ctx, v),
238+
print_with_func(FUNC_TO_DEBUG, &ctx, v),
239239
if i < len - 1 { ", " } else { "" }
240240
)
241241
.unwrap();

0 commit comments

Comments
 (0)