Home
last modified time | relevance | path

Searched refs:rustfmt_configuration_file (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/book/src/
Dcode-formatting.md12 [`Builder::rustfmt_configuration_file`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#…
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs283 rustfmt_configuration_file: Option<String>, field
465 rustfmt_configuration_file, in builder_from_flags()
831 if let Some(path_str) = rustfmt_configuration_file { in builder_from_flags()
855 builder = builder.rustfmt_configuration_file(Some(path)); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs609 .rustfmt_configuration_file in command_line_flags()
1529 pub fn rustfmt_configuration_file(mut self, path: Option<PathBuf>) -> Self { in rustfmt_configuration_file() method
1531 self.options.rustfmt_configuration_file = path; in rustfmt_configuration_file()
2115 rustfmt_configuration_file: Option<PathBuf>, field
2354 rustfmt_configuration_file, in default()
2775 .rustfmt_configuration_file in rustfmt_generated_string()
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs307 .rustfmt_configuration_file(Some(Path::new("bindgen-rustfmt.toml").to_owned())) in run_bindgen()