This commit is contained in:
vms
2021-04-20 03:37:38 +03:00
parent 93bf5e153d
commit 6e75b8a5cb
8 changed files with 57 additions and 15 deletions

View File

@ -101,7 +101,7 @@ impl Default for RecordType {
impl ToString for &IType {
fn to_string(&self) -> String {
match &self {
IType::Boolean => "boolean".to_string(),
IType::Boolean => "bool".to_string(),
IType::S8 => "s8".to_string(),
IType::S16 => "s16".to_string(),
IType::S32 => "s32".to_string(),