Fix CI failure (#616)

This commit is contained in:
Taiki Endo
2023-06-05 01:04:59 +09:00
committed by GitHub
parent b29112ce44
commit c7756c3e59
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ fn test_vec_deque() {
assert_eq!(b"world piece", &out[..]);
}
#[allow(unused_allocation)] // This is intentional.
#[test]
fn test_deref_buf_forwards() {
struct Special;
+1
View File
@@ -218,6 +218,7 @@ fn test_maybe_uninit_buf_mut_put_bytes_overflow() {
do_test_slice_put_bytes_panics(make_maybe_uninit_slice);
}
#[allow(unused_allocation)] // This is intentional.
#[test]
fn test_deref_bufmut_forwards() {
struct Special;