Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ReadRaw::read_array() in Gsym parsing code
We don't have to use the ReadRaw::read_slice() method in conjunction with a fallible cast to read a compile-time-sized amount of bytes, but can use the ReadRaw::read_array() helper. Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information