Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs1400 self.options.rustfmt_path = Some(path.into()); in with_rustfmt()
1625 rustfmt_path: Option<PathBuf>, field
1965 rustfmt_path: Default::default(), in default()
2357 fn rustfmt_path<'a>(&'a self) -> io::Result<Cow<'a, PathBuf>> { in rustfmt_path() method
2359 if let Some(ref p) = self.options.rustfmt_path { in rustfmt_path()
2390 let rustfmt = self.rustfmt_path()?; in rustfmt_generated_string()