We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61c237 commit 926827aCopy full SHA for 926827a
src/currentprocess.rs
@@ -15,7 +15,6 @@ use std::{
15
};
16
17
use enum_dispatch::enum_dispatch;
18
-use home::env as home;
19
#[cfg(feature = "test")]
20
use rand::{thread_rng, Rng};
21
@@ -63,7 +62,7 @@ use varsource::*;
63
62
/// methods are in performance critical loops (except perhaps progress bars -
64
/// and even there we should be doing debouncing and managing update rates).
65
#[enum_dispatch]
66
-pub trait CurrentProcess: home::Env + CurrentDirSource + VarSource + Debug {}
+pub trait CurrentProcess: CurrentDirSource + VarSource + Debug {}
67
68
/// Allows concrete types for the currentprocess abstraction.
69
#[derive(Clone, Debug)]
0 commit comments