From 777ac4dc871cab256f248f59116fa7381ab89bff Mon Sep 17 00:00:00 2001 From: debris Date: Thu, 14 Jan 2016 18:15:04 +0100 Subject: [PATCH] compiler was not wrong --- src/tests/executive.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tests/executive.rs b/src/tests/executive.rs index 07f70e72e..b076c2a31 100644 --- a/src/tests/executive.rs +++ b/src/tests/executive.rs @@ -99,8 +99,7 @@ impl<'a> Ext for TestExt<'a> { }); (gas_left, Some(address)) }, - // compiler is wrong... - _other => { unreachable!() } + other => other } }