Searched refs:rustfmt_path (Results 1 – 2 of 2) sorted by relevance
968 fn rustfmt_path(&self) -> io::Result<Cow<PathBuf>> { in rustfmt_path() method970 if let Some(ref p) = self.options.rustfmt_path { in rustfmt_path()1006 let rustfmt = self.rustfmt_path()?; in format_tokens()
259 rustfmt_path: Option<PathBuf> {267 self.options.rustfmt_path = Some(path.into());