Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/codegen/lints.rs')
| -rw-r--r-- | xtask/src/codegen/lints.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtask/src/codegen/lints.rs b/xtask/src/codegen/lints.rs index b1a7c2fb27..3b4c2e8da3 100644 --- a/xtask/src/codegen/lints.rs +++ b/xtask/src/codegen/lints.rs @@ -3,7 +3,7 @@ #![allow(clippy::disallowed_types)] use std::{ - collections::{hash_map, HashMap}, + collections::{HashMap, hash_map}, fs, path::Path, str::FromStr, @@ -11,7 +11,7 @@ use std::{ use edition::Edition; use stdx::format_to; -use xshell::{cmd, Shell}; +use xshell::{Shell, cmd}; use crate::{ codegen::{add_preamble, ensure_file_contents, reformat}, |