rust/tests
Sam Tay d86fc1bf64
Make trace! formatting consistent with other log macros (#5989)
Fixes 5987

rustfmt already special cases the formatting for the `debug!`, `info!`,
`warn!`, and `error!`, macros from the `log` crate. However, this
speical case handling did not apply to the `trace!` macro.

Now when using `Version=Two` rustfmt will also special case the
formatting for the `trace!` macro.
2023-12-23 22:39:01 -05:00
..
cargo-fmt
config
coverage
mod-resolver
parser
rustfmt Fixed error caused by combination of match_arm_blocks and control_brace_style 2023-10-23 20:27:26 -04:00
source Make trace! formatting consistent with other log macros (#5989) 2023-12-23 22:39:01 -05:00
target Make trace! formatting consistent with other log macros (#5989) 2023-12-23 22:39:01 -05:00
writemode