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