From 06fb14658c86f8afee08b64f22d65a3754493b04 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 16 May 2024 15:02:28 -0300 Subject: [PATCH] Reformat use statement Co-authored-by: Cole Helbling --- magic-nix-cache/src/env.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/magic-nix-cache/src/env.rs b/magic-nix-cache/src/env.rs index fe27ccd..be8827e 100644 --- a/magic-nix-cache/src/env.rs +++ b/magic-nix-cache/src/env.rs @@ -1,7 +1,4 @@ -use std::{ - env, - fmt::{self, Display}, -}; +use std::fmt::{self, Display}; #[derive(Clone)] pub enum Environment {