Skip to content

Commit 31a4b2a

Browse files
committed
fix: remove redundant borrow in println (clippy 1.97)
1 parent 2fe4dfc commit 31a4b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub fn print_success(selection: &Selection, report: &Report, format: Format) {
277277
" {} Scaffolded {} ({})",
278278
style("✔").green().bold(),
279279
role_label,
280-
&assignment.tool_id
280+
assignment.tool_id
281281
);
282282
}
283283

0 commit comments

Comments
 (0)