fix missing use decl
This commit is contained in:
parent
966f4b3b0c
commit
904e897d07
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ pub use env::{env_var, env_var_os, set_current_dir};
|
|||
pub use run::{cmd, run, run_fail, run_with_args};
|
||||
|
||||
/// Helpers for checking target information.
|
||||
pub use targets::{is_darwin, is_msvc, is_windows, llvm_components_contain, target, uname, apple_os};
|
||||
pub use targets::{is_aix, is_darwin, is_msvc, is_windows, llvm_components_contain, target, uname, apple_os};
|
||||
|
||||
/// Helpers for building names of output artifacts that are potentially target-specific.
|
||||
pub use artifact_names::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue