We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f3939 commit 4fd26e4Copy full SHA for 4fd26e4
src/tools/run-make-support/src/lib.rs
@@ -3,8 +3,6 @@ use std::path::{Path, PathBuf};
3
use std::process::{Command, Output};
4
5
pub use object;
6
-// mod rustdoc;
7
-// pub use rustdoc::rustdoc;
8
pub use wasmparser;
9
10
pub fn add_host_rpath_env(cmd: &mut Command) {
src/tools/run-make-support/src/rustdoc.rs
0 commit comments