cargo fmt

This commit is contained in:
Richard Feldman 2022-05-16 12:13:18 -04:00
parent 4eb02e08b3
commit 226fe40069
No known key found for this signature in database
GPG Key ID: 7E4127D1E4241798

View File

@ -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();