Searched refs:rustfmt_path (Results 1 – 1 of 1) sorted by relevance
1400 self.options.rustfmt_path = Some(path.into()); in with_rustfmt()1625 rustfmt_path: Option<PathBuf>, field1965 rustfmt_path: Default::default(), in default()2357 fn rustfmt_path<'a>(&'a self) -> io::Result<Cow<'a, PathBuf>> { in rustfmt_path() method2359 if let Some(ref p) = self.options.rustfmt_path { in rustfmt_path()2390 let rustfmt = self.rustfmt_path()?; in rustfmt_generated_string()