Searched refs:rustfmt_configuration_file (Results 1 – 4 of 4) sorted by relevance
12 [`Builder::rustfmt_configuration_file`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#…
283 rustfmt_configuration_file: Option<String>, field465 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()
609 .rustfmt_configuration_file in command_line_flags()1529 pub fn rustfmt_configuration_file(mut self, path: Option<PathBuf>) -> Self { in rustfmt_configuration_file() method1531 self.options.rustfmt_configuration_file = path; in rustfmt_configuration_file()2115 rustfmt_configuration_file: Option<PathBuf>, field2354 rustfmt_configuration_file, in default()2775 .rustfmt_configuration_file in rustfmt_generated_string()
307 .rustfmt_configuration_file(Some(Path::new("bindgen-rustfmt.toml").to_owned())) in run_bindgen()