Skip to content

Commit 4121c16

Browse files
authored
clippy
1 parent 246ff80 commit 4121c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ where
262262
let index = Select::with_theme(&ColorfulTheme::default())
263263
.with_prompt("Choose your UI template")
264264
.items(
265-
&templates_no_flavors
265+
templates_no_flavors
266266
.iter()
267267
.map(|t| t.select_text())
268268
.collect::<Vec<_>>(),

0 commit comments

Comments
 (0)