From 2e206c4be13acc18ab0ddea428d4746e8c5721f1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 16 Nov 2020 17:02:15 +0900 Subject: [PATCH] wip --- crossbeam-channel/tests/golang.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;