mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-27 21:51:39 +00:00
rename signature_type to function_type, fix cargo warnings
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user