Skip to content

Commit

Permalink
Fix gobbled part of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tvsfx committed Sep 24, 2024
1 parent aa11176 commit fa0c8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ fn test_byte_buf_ser() {
}

/// Note:
/// - the deserialization path for bytes depends on whether a Json string (this test) or Json array (next test)
/// - the deserialization path for bytes depends on whether a Json string (this test) or Json array (next test) is provided as input
/// - we cannot deserialize into [Bytes] using base64; we never borrow from the original input, as
/// we need to create a new allocation as part of the base64 decoding process
#[test]
Expand Down

0 comments on commit fa0c8a8

Please sign in to comment.