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::{
|
use std::fmt::{self, Display};
|
||||||
env,
|
|
||||||
fmt::{self, Display},
|
|
||||||
};
|
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub enum Environment {
|
pub enum Environment {
|
||||||
|
|
Loading…
Reference in a new issue