Skip to content

Commit fe031cd

Browse files
committed
Delete trace_macros! functionality from test
1 parent 05196ca commit fe031cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
clippy::vec_init_then_push,
1515
clippy::zero_sized_map_values
1616
)]
17-
#![cfg_attr(feature = "trace-macros", feature(trace_macros))]
18-
#[cfg(feature = "trace-macros")]
19-
trace_macros!(true);
2017

2118
#[macro_use]
2219
mod macros;

0 commit comments

Comments
 (0)