From 0e877fb9c3e65f2ccc94a7113fccb0774765b6f5 Mon Sep 17 00:00:00 2001 From: Greg Soltis Date: Tue, 23 May 2023 14:52:36 -0700 Subject: [PATCH] Lint --- crates/turborepo-paths/src/absolute_system_path_buf.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/turborepo-paths/src/absolute_system_path_buf.rs b/crates/turborepo-paths/src/absolute_system_path_buf.rs index 02d21a622ae35..7fc57225d4d23 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);