diff --git a/crates/turborepo-paths/src/absolute_system_path_buf.rs b/crates/turborepo-paths/src/absolute_system_path_buf.rs index 02d21a622ae352..7fc57225d4d232 100644 --- a/crates/turborepo-paths/src/absolute_system_path_buf.rs +++ b/crates/turborepo-paths/src/absolute_system_path_buf.rs @@ -8,10 +8,7 @@ use std::{ use serde::Serialize; -use crate::{ - AbsoluteSystemPath, AnchoredSystemPathBuf, IntoSystem, PathError, - RelativeUnixPath, -}; +use crate::{AbsoluteSystemPath, AnchoredSystemPathBuf, IntoSystem, PathError, RelativeUnixPath}; #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Serialize)] pub struct AbsoluteSystemPathBuf(pub(crate) PathBuf);