Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/main.rs')
| -rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 1e723b90a5..52ea896c73 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -29,7 +29,7 @@ mod util; use anyhow::bail; use std::{env, path::PathBuf}; -use xshell::{cmd, Shell}; +use xshell::{Shell, cmd}; fn main() -> anyhow::Result<()> { let flags = flags::Xtask::from_env_or_exit(); |