Reformat use statement

Co-authored-by: Cole Helbling <cole.helbling@determinate.systems>
This commit is contained in:
Luc Perkins 2024-05-16 15:02:28 -03:00 committed by GitHub
parent a6e08a2a14
commit 06fb14658c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,4 @@
use std::{ use std::fmt::{self, Display};
env,
fmt::{self, Display},
};
#[derive(Clone)] #[derive(Clone)]
pub enum Environment { pub enum Environment {