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

@ -23,7 +23,7 @@ fn test_binary_encoding_decoding_roundtrip() {
imports: vec![Import {
namespace: "a",
name: "b",
signature_type: 0,
function_type: 0,
}],
adapters: vec![Adapter {
function_type: 0,