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 5ced6f2 commit 70420faCopy full SHA for 70420fa
src/currentprocess.rs
@@ -16,7 +16,6 @@ use std::{
16
};
17
18
use enum_dispatch::enum_dispatch;
19
-use home::env as home;
20
#[cfg(feature = "test")]
21
use rand::{thread_rng, Rng};
22
@@ -64,7 +63,7 @@ use varsource::*;
64
63
/// methods are in performance critical loops (except perhaps progress bars -
65
/// and even there we should be doing debouncing and managing update rates).
66
#[enum_dispatch]
67
-pub trait CurrentProcess: home::Env + CurrentDirSource + VarSource + Debug {}
+pub trait CurrentProcess: CurrentDirSource + VarSource + Debug {}
68
69
/// Allows concrete types for the currentprocess abstraction.
70
#[derive(Clone, Debug)]
0 commit comments