Skip to content

Commit

Permalink
Delete trace_macros! functionality from test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 28, 2023
1 parent 05196ca commit fe031cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe031cd

Please sign in to comment.