rename signature_type to function_type, fix cargo warnings

This commit is contained in:
vms
2020-05-28 16:05:58 +03:00
parent 8b9d33c14c
commit c2f2a23c38
8 changed files with 23 additions and 23 deletions

View File

@ -51,7 +51,7 @@ pub struct Import<'input> {
pub name: &'input str,
/// The type signature.
pub signature_type: u32,
pub function_type: u32,
}
/// Represents an exported function signature.