Update lib/clif-backend/src/module.rs

Remove unnecessary `<'a>` from Converter

Co-Authored-By: bjfish <bjfish@users.noreply.github.com>
This commit is contained in:
Syrus Akbary 2019-04-03 13:35:36 -05:00 committed by GitHub
parent 5627f80548
commit 7ff51c3b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ convert_clif_to_runtime_index![
(SignatureIndex: SigIndex),
];
impl<'a> From<Converter<ir::Signature>> for FuncSig {
impl From<Converter<ir::Signature>> for FuncSig {
fn from(signature: Converter<ir::Signature>) -> Self {
FuncSig::new(
signature