Commit 740ec66
authored
Add prettyplease feature to bindgen-cli (#2789)
* Add prettyplease feature to bindgen-cli
The bindgen documentation explictly mentions being able
to use `--formatter=prettyplease`, but currently the
prettyplease feature has no way to be enabled.
Enable it by default, since the documentation also doesn't mention
needing to cargo install with a feature.
Documentation: https://rust-lang.github.io/rust-bindgen/code-formatting.html
* Add Changelog entry for bindgen-cli prettyplease fix1 parent 3b5ce9c commit 740ec66
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments