mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2026-02-02 17:35:12 +01:00
chore(clippy): fix warnings from nightly
This commit is contained in:
parent
ea8b25c2a7
commit
f08cf307c6
5 changed files with 9 additions and 23 deletions
|
|
@ -114,7 +114,7 @@ impl Alphabet {
|
|||
let gen: Vec<String> = letters
|
||||
.iter()
|
||||
.take(n - lead.len() - prev.len())
|
||||
.map(|c| format!("{}{}", prefix, c))
|
||||
.map(|c| format!("{prefix}{c}"))
|
||||
.collect();
|
||||
|
||||
// Insert gen in front of prev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue