remove copy-pasted comment

This commit is contained in:
Brian Hicks 2022-08-11 05:55:50 -05:00
parent 3180d16be2
commit 48de542f2c
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -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())
}
}