Skip to content

Commit 17e0fc6

Browse files
committed
run-make-support: collapse re-export
1 parent 09f6848 commit 17e0fc6

File tree

1 file changed

+3
-2
lines changed
  • src/tools/run-make-support/src

1 file changed

+3
-2
lines changed

src/tools/run-make-support/src/lib.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ pub use wasmparser;
4747
// tidy-alphabetical-end
4848

4949
// Re-exports of external dependencies.
50-
pub use external_deps::{c_build, c_cxx_compiler, clang, htmldocck, llvm, python, rustc, rustdoc};
50+
pub use external_deps::{
51+
cargo, c_build, c_cxx_compiler, clang, htmldocck, llvm, python, rustc, rustdoc
52+
};
5153

5254
// These rely on external dependencies.
5355
pub use c_cxx_compiler::{Cc, Gcc, cc, cxx, extra_c_flags, extra_cxx_flags, gcc};
@@ -104,4 +106,3 @@ pub use assertion_helpers::{
104106
pub use string::{
105107
count_regex_matches_in_files_with_extension, invalid_utf8_contains, invalid_utf8_not_contains,
106108
};
107-
use crate::external_deps::cargo;

0 commit comments

Comments
 (0)