mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-07 06:52:57 +00:00
clippy
This commit is contained in:
@@ -123,7 +123,7 @@ impl JTalkProcess {
|
||||
let phone_w_punct: Vec<String> = sep_phonemes
|
||||
.iter()
|
||||
.flat_map(|x| x.iter())
|
||||
.map(|x| x.clone())
|
||||
.cloned()
|
||||
.collect();
|
||||
// println!("{:?}", phone_w_punct);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user