remove needless clone
This commit is contained in:
parent
88bac1f745
commit
02e95e508d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue