Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/codegen.rs')
| -rw-r--r-- | xtask/src/codegen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen.rs b/xtask/src/codegen.rs index 8165a2a12b..2aff97b6a4 100644 --- a/xtask/src/codegen.rs +++ b/xtask/src/codegen.rs @@ -3,7 +3,7 @@ use std::{ path::{Path, PathBuf}, }; -use xshell::{cmd, Shell}; +use xshell::{Shell, cmd}; use crate::{ flags::{self, CodegenType}, |