From fe031cd1de4dde5b47e0f18934632b41bd18b48d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 28 Dec 2023 15:29:20 -0800 Subject: [PATCH] Delete trace_macros! functionality from test --- tests/test.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test.rs b/tests/test.rs index a38435069..07b5755fe 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -14,9 +14,6 @@ clippy::vec_init_then_push, clippy::zero_sized_map_values )] -#![cfg_attr(feature = "trace-macros", feature(trace_macros))] -#[cfg(feature = "trace-macros")] -trace_macros!(true); #[macro_use] mod macros;