1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-22 23:32:50 +00:00

rs-terminal: remove finished TODO

This commit is contained in:
Marcus Hanestad 2025-06-04 14:26:18 +02:00
parent 2684b9b499
commit 7c1f53e3e2

View file

@ -53,7 +53,6 @@ impl Serialize for MetadataObject {
}
}
// TODO: handle errors
impl<'de> Deserialize<'de> for MetadataObject {
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where