Skip to content

Commit

Permalink
into_vec
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Dec 10, 2024
1 parent aea9a30 commit 48bb7ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bytes_vec_alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ fn test_bytes_truncate() {
}

#[test]
#[ignore]
fn test_bytes_truncate_and_advance() {
let mut bytes = Bytes::from(vec![10, 20, 30]);
bytes.truncate(2);
Expand Down

0 comments on commit 48bb7ae

Please sign in to comment.