Skip to content

Commit 904e897

Browse files
committed
fix missing use decl
1 parent 966f4b3 commit 904e897

File tree

1 file changed

+1
-1
lines changed
  • src/tools/run-make-support/src

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub use env::{env_var, env_var_os, set_current_dir};
7777
pub use run::{cmd, run, run_fail, run_with_args};
7878

7979
/// Helpers for checking target information.
80-
pub use targets::{is_darwin, is_msvc, is_windows, llvm_components_contain, target, uname, apple_os};
80+
pub use targets::{is_aix, is_darwin, is_msvc, is_windows, llvm_components_contain, target, uname, apple_os};
8181

8282
/// Helpers for building names of output artifacts that are potentially target-specific.
8383
pub use artifact_names::{

0 commit comments

Comments
 (0)