##// END OF EJS Templates
hg-core: remove useless code (D8958#inline-14988 followup)...
Antoine cezar -
r46168:48438e89 default
parent child Browse files
Show More
@@ -253,7 +253,7 b' mod tests {'
253 }
253 }
254
254
255 pub fn get(&mut self) -> &[u8] {
255 pub fn get(&mut self) -> &[u8] {
256 &self.data[..]
256 &self.data
257 }
257 }
258 }
258 }
259
259
General Comments 0
You need to be logged in to leave comments. Login now