From 601057ec4244be00fdcd77412d9a61a91602b10a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 22 Feb 2019 15:17:38 -0800 Subject: [PATCH] Tidy up a redundant field name. --- lib/runtime/src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime/src/instance.rs b/lib/runtime/src/instance.rs index 3f9b11fe91..08ae6f0b56 100644 --- a/lib/runtime/src/instance.rs +++ b/lib/runtime/src/instance.rs @@ -755,7 +755,7 @@ impl InstanceHandle { // invoked automatically at instantiation time. instance.invoke_start_function()?; - Ok(Self { instance: instance }) + Ok(Self { instance }) } /// Create a new `InstanceHandle` pointing at the instance