From 48bb7ae0f557bafb8c7b456ef985b69d5ea599d7 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 10 Dec 2024 17:12:29 +0100 Subject: [PATCH] into_vec --- tests/test_bytes_vec_alloc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_bytes_vec_alloc.rs b/tests/test_bytes_vec_alloc.rs index c88a62760..842b0700a 100644 --- a/tests/test_bytes_vec_alloc.rs +++ b/tests/test_bytes_vec_alloc.rs @@ -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);