mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
replace clone with dereference
This commit is contained in:
parent
9f23e9e51d
commit
af3d8c620b
@ -80,7 +80,7 @@ impl Drop {
|
||||
let gobject = gobject.clone();
|
||||
let list = list.clone();
|
||||
let profile = profile.clone();
|
||||
let profile_identity_gemini_id = profile_identity_gemini_id.clone();
|
||||
let profile_identity_gemini_id = *profile_identity_gemini_id;
|
||||
move |_, _| {
|
||||
match profile.identity.gemini.delete(profile_identity_gemini_id) {
|
||||
Ok(_) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user