diff --git a/crossbeam-channel/tests/golang.rs b/crossbeam-channel/tests/golang.rs index f33f8a7ee..353e98686 100644 --- a/crossbeam-channel/tests/golang.rs +++ b/crossbeam-channel/tests/golang.rs @@ -9,7 +9,7 @@ //! - https://golang.org/LICENSE //! - https://golang.org/PATENTS -#![cfg(not(miri))] // TODO +// #![cfg(not(miri))] // TODO use std::alloc::{GlobalAlloc, Layout, System}; use std::any::Any;