Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs535 .rustfmt_configuration_file in command_line_flags()
1392 pub fn rustfmt_configuration_file(mut self, path: Option<PathBuf>) -> Self { in rustfmt_configuration_file() method
1394 self.options.rustfmt_configuration_file = path; in rustfmt_configuration_file()
1864 rustfmt_configuration_file: Option<PathBuf>, field
2029 rustfmt_configuration_file: None, in default()
2397 .rustfmt_configuration_file in rustfmt_generated_string()
Doptions.rs897 builder = builder.rustfmt_configuration_file(Some(path)); in builder_from_flags()