mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
cargo fmt
This commit is contained in:
parent
4eb02e08b3
commit
226fe40069
@ -241,7 +241,6 @@ impl Subs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn deserialize(bytes: &[u8]) -> (Self, &[(Symbol, Variable)]) {
|
pub fn deserialize(bytes: &[u8]) -> (Self, &[(Symbol, Variable)]) {
|
||||||
|
|
||||||
let mut offset = 0;
|
let mut offset = 0;
|
||||||
let header_slice = &bytes[..std::mem::size_of::<SubsHeader>()];
|
let header_slice = &bytes[..std::mem::size_of::<SubsHeader>()];
|
||||||
offset += header_slice.len();
|
offset += header_slice.len();
|
||||||
|
Loading…
Reference in New Issue
Block a user