remove needless clone

This commit is contained in:
Andy Russell 2017-08-22 10:09:54 -05:00
parent 88bac1f745
commit 02e95e508d
No known key found for this signature in database
GPG Key ID: 78B13E28497AF2DF

View File

@ -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: