Releases: dtolnay/prettyplease
Releases · dtolnay/prettyplease
0.1.15
- Support
feature(generic_arg_infer)
- Support
feature(inline_const)
- Support
feature(associated_const_equality)
- Support type aliases inside foreign modules
0.1.14
- Improve indentation of method calls that have a multiline turbofish (#23)
- Improve formatting of closures with multiline body (#24)
0.1.13
- Support for raw reference syntax —
&raw const expr
, &raw mut expr
(#21)
0.1.12
- Expose prettyplease version number as
env::var("DEP_PRETTYPLEASE01_VERSION")
to downstream build scripts (#20)
0.1.11
- Fix indentation of multiline return types (#17)
0.1.10
- Trim trailing spaces from comments (#16)
0.1.9
- Support variadic functions with a named variadic arg (#14)
0.1.8
- Remove support for inner attributes on non-block expressions (#9, rust-lang/rust#83312)
- Improve spacing of nested macro calls (#11)
0.1.7
- Tweak spacing around equal-sign inside attributes
- Render empty verbatim item as a blank line
0.1.6
- Improve spacing of UseTree::Group involving empty groups