remove needless clone
This commit is contained in:
parent
88bac1f745
commit
02e95e508d
@ -1167,7 +1167,7 @@ actual:\n\
|
||||
}
|
||||
|
||||
fn exec_compiled_test(&self) -> ProcRes {
|
||||
let env = self.props.exec_env.clone();
|
||||
let env = &self.props.exec_env;
|
||||
|
||||
match &*self.config.target {
|
||||
// This is pretty similar to below, we're transforming:
|
||||
|
Loading…
Reference in New Issue
Block a user