Releases: dtolnay/prettyplease
Releases · dtolnay/prettyplease
0.2.0
- Update syn dependency to 2.x
0.1.25
- Fix printing of trailing comma after reordered generic params (#36)
0.1.24
- Set html_root_url attribute
0.1.23
- Update where-clause placement of generic associated types (#33, thanks @wada314)
0.1.22
- Documentation improvements
0.1.21
- Fix formatting of multiline doc comments containing
*/
in the value (#31)
0.1.20
- Fix comma before variadic in extern function signature (#29)
0.1.19
- Improve indentation of multi-line
else if
condition (#28)
0.1.18
- Add categories to crates.io metadata
0.1.17
- Documentation improvements