@NfNitLoop on Twitter: Post

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") retweeted:

@mgattozzi ("Rage Against the State Machine") wrote:

Format Args for @rustlang is possibly going to be stabilized soon! Gone are the days of
println!("The count is: {}", count);

The glory days of
println!("The count is: {count}");

are upon us! :D

https://github.com/rust-lang/rust/pull/90473