compiler was not wrong

This commit is contained in:
debris 2016-01-14 18:15:04 +01:00
parent a6ea012f88
commit 777ac4dc87

View File

@ -99,8 +99,7 @@ impl<'a> Ext for TestExt<'a> {
});
(gas_left, Some(address))
},
// compiler is wrong...
_other => { unreachable!() }
other => other
}
}