We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29112c commit c7756c3Copy full SHA for c7756c3
tests/test_buf.rs
@@ -72,6 +72,7 @@ fn test_vec_deque() {
72
assert_eq!(b"world piece", &out[..]);
73
}
74
75
+#[allow(unused_allocation)] // This is intentional.
76
#[test]
77
fn test_deref_buf_forwards() {
78
struct Special;
tests/test_buf_mut.rs
@@ -218,6 +218,7 @@ fn test_maybe_uninit_buf_mut_put_bytes_overflow() {
218
do_test_slice_put_bytes_panics(make_maybe_uninit_slice);
219
220
221
222
223
fn test_deref_bufmut_forwards() {
224
0 commit comments