mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-07 00:00:13 +02:00
Disable test_bytes_vec_alloc test on miri (#755)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![cfg(not(miri))]
|
||||
use std::alloc::{GlobalAlloc, Layout, System};
|
||||
use std::ptr::null_mut;
|
||||
use std::sync::atomic::{AtomicPtr, AtomicUsize, Ordering};
|
||||
|
||||
Reference in New Issue
Block a user