Why cargo fmt cannot format macros?

⚓ Rust    📅 2026-01-15    👤 surdeus    👁️ 13      

surdeus

Warning

This post was published 48 days ago. The information described in this article may have changed.

when i use macros like select!{} which from tokio crate, i have to manually change the style of code which in the select!{...}. why cannot automatically be format by cargo fmt, could it possible?

2 posts - 2 participants

Read full topic

🏷️ Rust_feed