dtolnay / itoa

Fast function for printing integer primitives to a decimal string
Apache License 2.0
306 stars 37 forks source link

Make macros formattable by rustfmt #49

Closed dtolnay closed 2 days ago

dtolnay commented 2 days ago

Using $()* around the whole macro body was hiding all this code from rustfmt.