Bump Rust to 1.59.0

This commit is contained in:
Minseong Jang
2022-02-28 09:57:16 +09:00
parent 6f0df5a4b8
commit 0b839020cf
7 changed files with 9 additions and 9 deletions

View File

@@ -272,8 +272,7 @@ impl WriteString for RType {
"w"
} else {
"l"
}
.to_string(),
},
if *is_signed { "" } else { "u" },
float_data_size.write_string()
)
@@ -292,8 +291,7 @@ impl WriteString for RType {
"w"
} else {
"l"
}
.to_string(),
},
if *is_signed { "" } else { "u" }
)
}