mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Bump Rust to 1.59.0
This commit is contained in:
@@ -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" }
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user