Skip to content

Commit 767dbba

Browse files
committed
Perf: Add BufferedIoRead for ~28.6% faster from_reader parsing
1 parent 4468b00 commit 767dbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/buffered_io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fn test_error_at_boundary() {
146146
assert_eq!(err.column(), 11); // Error is at the `\xFF`
147147
}
148148

149-
/// RawValue
149+
// ---- RawValue ----
150150

151151
#[cfg(feature = "raw_value")]
152152
#[derive(Deserialize)]

0 commit comments

Comments
 (0)