Files
veloren/voxygen
Xiretza 9ef2875db7 voxygen: avoid unnecessary allocation
Cow::to_string() goes through &str even for an Owned variant,
Cow::into_owned() passes Owned variants through as-is. As it happens,
the values here are always Owned (see comment in try_msg_ctx()
implementation).
2023-08-29 17:09:31 +00:00
..
2023-04-09 19:25:55 +01:00
2023-08-23 00:45:36 -04:00
2023-08-29 10:14:48 +00:00
2023-08-27 19:17:04 +02:00