Rename functions, remove escaped newlines

This commit is contained in:
Anton Danilkin
2018-08-03 18:40:55 +03:00
committed by Alex Crichton
parent 2249032ba8
commit 0ef528165f
4 changed files with 55 additions and 55 deletions

View File

@ -154,7 +154,7 @@ impl Descriptor {
}
}
pub fn is_primitive(&self) -> bool {
pub fn is_wasm_native(&self) -> bool {
match *self {
Descriptor::I32
| Descriptor::U32
@ -164,7 +164,7 @@ impl Descriptor {
}
}
pub fn is_as_u32(&self) -> bool {
pub fn is_abi_as_u32(&self) -> bool {
match *self {
Descriptor::I8
| Descriptor::U8