Releases: dtolnay/prettyplease
Releases · dtolnay/prettyplease
0.2.35
- Parenthesize for attributes on range expression (#119)
0.2.34
- Insert parentheses around binary operation with attribute (#117)
0.2.33
- Improve macro token spacing after
$crate
(#116)
0.2.32
- Forbid block comments that end in a slash (#113, thanks @arkeet)
0.2.31
- Format multiple array elements on the same line (#108)
0.2.30
- Documentation improvements
0.2.29
- Preserve semicolon on braced statement-position macros (#103)
0.2.27
- Avoid trailing '.' on non-macro float literals (#89)