mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
feat(test): Re-export ProcessBuilder
Since its tied heavily into the API, this should make it easier to use and document.
This commit is contained in:
parent
f10c069629
commit
879bc9e3c3
@ -24,7 +24,7 @@ use std::thread::JoinHandle;
|
||||
use std::time::{self, Duration};
|
||||
|
||||
use anyhow::{bail, Result};
|
||||
use cargo_util::{is_ci, ProcessBuilder, ProcessError};
|
||||
use cargo_util::{is_ci, ProcessError};
|
||||
use snapbox::IntoData as _;
|
||||
use url::Url;
|
||||
|
||||
@ -40,6 +40,7 @@ macro_rules! t {
|
||||
};
|
||||
}
|
||||
|
||||
pub use cargo_util::ProcessBuilder;
|
||||
pub use snapbox::file;
|
||||
pub use snapbox::str;
|
||||
pub use snapbox::utils::current_dir;
|
||||
|
Loading…
x
Reference in New Issue
Block a user