mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 08:10:49 +00:00
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:
parent
5627f80548
commit
7ff51c3b9e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user