Skip to content

Commit a905e67

Browse files
committed
Move comment to correct location
1 parent f3efd26 commit a905e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ where
6161
}
6262
}
6363

64+
// Using a custom visitor here to avoid an intermediate string allocation
6465
deserializer.deserialize_str(ValueVisitor)
6566
}
6667

@@ -92,7 +93,6 @@ where
9293
}
9394
}
9495

95-
// Using a custom visitor here to avoid an intermediate string allocation
9696
deserializer.deserialize_option(ValueVisitor)
9797
}
9898

0 commit comments

Comments
 (0)