Skip to content

Commit c505081

Browse files
committed
Removed outdated comment
1 parent 0350c3f commit c505081

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/de/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ impl<'a, 'de, 's> de::Deserializer<'de> for &'a mut Deserializer<'de, 's> {
599599
self.deserialize_unit(visitor)
600600
}
601601

602-
/// Unsupported. We can’t parse newtypes because we don’t know the underlying type.
603602
fn deserialize_newtype_struct<V>(self, name: &'static str, visitor: V) -> Result<V::Value>
604603
where
605604
V: Visitor<'de>,

0 commit comments

Comments
 (0)