We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740ec66 commit ea3b4a0Copy full SHA for ea3b4a0
book/src/code-formatting.md
@@ -73,7 +73,7 @@ These two methods also apply to any other toolchain available in your system.
73
The [`prettyplease`](https://github.com/dtolnay/prettyplease) crate is a
74
minimal formatter for generated code. To format bindings using `prettyplease`
75
you have to invoke `bindgen` with either the `--formatter=prettyplease` flag or
76
-the the `bindgen::Builder::formatter(bindgen::Formatter::Prettyplease)`. One of
+the `bindgen::Builder::formatter(bindgen::Formatter::Prettyplease)`. One of
77
its advantages is that `prettyplease` can be used in minimal environments where
78
the Rust toolchain is not installed.
79
0 commit comments