Commit 94946ca
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 <deso@posteo.net>1 parent fb567a3 commit 94946ca
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 104 | + | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
0 commit comments