mirror of
https://github.com/nushell/nushell.git
synced 2025-07-02 23:51:49 +02:00
Clarify todo/fixmes
This commit is contained in:
@ -62,7 +62,6 @@ impl<'de> Deserialize<'de> for ValueStream {
|
||||
where
|
||||
D: serde::Deserializer<'de>,
|
||||
{
|
||||
// FIXME: implement these
|
||||
deserializer.deserialize_seq(MySeqVisitor)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user