Skip to content

Commit 8c55211

Browse files
committed
removing comment
1 parent 88e973d commit 8c55211

File tree

1 file changed

+0
-1
lines changed
  • src/serializers/type_serializers

1 file changed

+0
-1
lines changed

src/serializers/type_serializers/union.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ impl TypeSerializer for UnionSerializer {
103103

104104
extra.warnings.on_fallback_py(self.get_name(), value, extra)?;
105105
infer_to_python(value, include, exclude, extra)
106-
// Need to push all other errors if serialization didn't succeed
107106
}
108107

109108
fn json_key<'a>(&self, key: &'a Bound<'_, PyAny>, extra: &Extra) -> PyResult<Cow<'a, str>> {

0 commit comments

Comments
 (0)