Function rustdoc_json::build_quietly
source · [−]pub fn build_quietly(
toolchain: impl AsRef<OsStr>,
manifest_path: impl AsRef<Path>
) -> Result<PathBuf, BuildError>
Expand description
Same as build()
but also passes --quiet
to cargo
.