Searched refs:rustfmt_bindings (Results 1 – 5 of 5) sorted by relevance
22 .rustfmt_bindings(true) in main()
529 if !self.options.rustfmt_bindings { in command_line_flags()1379 pub fn rustfmt_bindings(mut self, doit: bool) -> Self { in rustfmt_bindings() method1380 self.options.rustfmt_bindings = doit; in rustfmt_bindings()1393 self = self.rustfmt_bindings(true); in rustfmt_configuration_file()1860 rustfmt_bindings: bool, field2027 rustfmt_bindings: true, in default()2342 Ok(rustfmt_bindings) => { in write()2343 writer.write_all(rustfmt_bindings.as_bytes())?; in write()2358 debug_assert!(self.options.rustfmt_bindings); in rustfmt_path()2386 if !self.options.rustfmt_bindings { in rustfmt_generated_string()
870 builder = builder.rustfmt_bindings(false); in builder_from_flags()
385 .rustfmt_bindings(true); in write_to_out_dir()
343 .rustfmt_bindings(true) in bindgen_grpc()