Releases: dtolnay/prettyplease
Releases · dtolnay/prettyplease
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)
0.2.26
- Synthesize parentheses for precedence (#88)
0.2.24
- Improve support for
use<>
syntax (#83)
0.2.23
- Support formatting
&raw const place
and &raw mut place
expressions (#82)