mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
remove clone
This commit is contained in:
parent
d4a8d4eb43
commit
fd96c6eea8
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ impl Collection {
|
|||
map.entry("Card")
|
||||
.or_insert_with(|| template.name.clone().into());
|
||||
map.entry("CardID")
|
||||
.or_insert_with(|| card.id.clone().to_string().into());
|
||||
.or_insert_with(|| card.id.to_string().into());
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue