mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-23 09:51:36 +01:00
satisfy lint
This commit is contained in:
@@ -24,7 +24,7 @@ impl GraphMapper {
|
||||
if let Ok(parsed_uuid) = Uuid::parse_str(key) {
|
||||
parsed_uuid
|
||||
} else {
|
||||
self.key_to_id.get(key).unwrap().clone()
|
||||
*self.key_to_id.get(key).unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user