Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/metrics.rs')
| -rw-r--r-- | xtask/src/metrics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/metrics.rs b/xtask/src/metrics.rs index 6555f22541..6ff6a1b153 100644 --- a/xtask/src/metrics.rs +++ b/xtask/src/metrics.rs @@ -7,7 +7,7 @@ use std::{ }; use anyhow::format_err; -use xshell::{cmd, Shell}; +use xshell::{Shell, cmd}; use crate::flags::{self, MeasurementType}; |