Searched refs:rustfmt_bindings (Results 1 – 4 of 4) sorted by relevance
17 .rustfmt_bindings(true) in test_ittnotify_bindings_up_to_date()45 .rustfmt_bindings(true) in test_jitprofiling_bindings_up_to_date()
603 if !self.options.rustfmt_bindings { in command_line_flags()1516 pub fn rustfmt_bindings(mut self, doit: bool) -> Self { in rustfmt_bindings() method1517 self.options.rustfmt_bindings = doit; in rustfmt_bindings()1530 self = self.rustfmt_bindings(true); in rustfmt_configuration_file()2111 rustfmt_bindings: bool, field2291 rustfmt_bindings: true, in default()2720 Ok(rustfmt_bindings) => { in write()2721 writer.write_all(rustfmt_bindings.as_bytes())?; in write()2736 debug_assert!(self.options.rustfmt_bindings); in rustfmt_path()2764 if !self.options.rustfmt_bindings { in rustfmt_generated_string()
280 rustfmt_bindings: bool, field464 rustfmt_bindings: _, in builder_from_flags()828 builder = builder.rustfmt_bindings(false); in builder_from_flags()
169 .rustfmt_bindings(false) in setup_macro_test()