mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
remove copy-pasted comment
This commit is contained in:
parent
3180d16be2
commit
48de542f2c
@ -621,9 +621,6 @@ where
|
||||
where
|
||||
D: Deserializer<'de>,
|
||||
{
|
||||
// TODO: using deserialize_string here instead of deserialize_str here
|
||||
// because I think we'd "benefit from taking ownership of buffered data
|
||||
// owned by the Deserializer." is that correct?
|
||||
deserializer.deserialize_seq(RocListVisitor::new())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user