Reformat use statement
Co-authored-by: Cole Helbling <cole.helbling@determinate.systems>
This commit is contained in:
parent
a6e08a2a14
commit
06fb14658c
|
@ -1,7 +1,4 @@
|
|||
use std::{
|
||||
env,
|
||||
fmt::{self, Display},
|
||||
};
|
||||
use std::fmt::{self, Display};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum Environment {
|
||||
|
|
Loading…
Reference in a new issue