mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
Fix some clippy warnings
This commit is contained in:
committed by
holger krekel
parent
e05944c6cb
commit
8342b29618
@@ -239,10 +239,10 @@ pub fn dc_get_locations(
|
||||
accuracy: row.get(3)?,
|
||||
timestamp: row.get(4)?,
|
||||
independent: row.get(5)?,
|
||||
msg_id: msg_id,
|
||||
msg_id,
|
||||
contact_id: row.get(7)?,
|
||||
chat_id: row.get(8)?,
|
||||
marker: marker,
|
||||
marker,
|
||||
};
|
||||
Ok(loc)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user