mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
cargo fmt
This commit is contained in:
parent
4eb02e08b3
commit
226fe40069
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ impl Subs {
|
|||
}
|
||||
|
||||
pub fn deserialize(bytes: &[u8]) -> (Self, &[(Symbol, Variable)]) {
|
||||
|
||||
let mut offset = 0;
|
||||
let header_slice = &bytes[..std::mem::size_of::<SubsHeader>()];
|
||||
offset += header_slice.len();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue