Clarify todo/fixmes

This commit is contained in:
JT
2021-10-13 06:44:23 +13:00
parent 67b8438bda
commit 6024a001b4
18 changed files with 31 additions and 46 deletions

View File

@ -62,7 +62,6 @@ impl<'de> Deserialize<'de> for ValueStream {
where
D: serde::Deserializer<'de>,
{
// FIXME: implement these
deserializer.deserialize_seq(MySeqVisitor)
}
}