Show More
@@ -126,7 +126,7 b" pub struct IndexEntry<'a> {" | |||||
126 | } |
|
126 | } | |
127 |
|
127 | |||
128 | impl<'a> IndexEntry<'a> { |
|
128 | impl<'a> IndexEntry<'a> { | |
129 |
/// Return the offset of the data |
|
129 | /// Return the offset of the data. | |
130 | pub fn offset(&self) -> usize { |
|
130 | pub fn offset(&self) -> usize { | |
131 | if let Some(offset_override) = self.offset_override { |
|
131 | if let Some(offset_override) = self.offset_override { | |
132 | offset_override |
|
132 | offset_override |
General Comments 0
You need to be logged in to leave comments.
Login now