mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 17:11:21 +00:00
Fix some reviewed items
This commit is contained in:
@ -27,7 +27,7 @@ struct GlobalSigRegistry {
|
||||
pub struct SigRegistry;
|
||||
|
||||
impl SigRegistry {
|
||||
pub fn lookup_sigindex<Sig>(&self, func_sig: Sig) -> SigIndex
|
||||
pub fn lookup_sig_index<Sig>(&self, func_sig: Sig) -> SigIndex
|
||||
where
|
||||
Sig: Into<Arc<FuncSig>>,
|
||||
{
|
||||
|
Reference in New Issue
Block a user