Releases: dtolnay/prettyplease
Releases · dtolnay/prettyplease
0.2.24
- Improve support for
use<>
syntax (#83)
0.2.23
- Support formatting
&raw const place
and &raw mut place
expressions (#82)
0.2.22
- Support formatting precise capture
use<>
syntax (#80)
0.2.21
- Support formatting tail-call
become
expressions (#79)
0.2.20
- Resolve unexpected_cfgs warning (#73)
0.2.19
- Improve line placement for field assignment with multiline value (#68)
0.2.18
- Support Rust 1.77's C-string literal syntax
0.2.17
- Fix formatting of imports that contain
::{self as
(#70)
0.2.16
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache