Please lord clippy
This commit is contained in:
@@ -51,7 +51,7 @@ impl ops::Index<usize> for Block {
|
||||
type Output = u8;
|
||||
|
||||
fn index(&self, index: usize) -> &<Self as ops::Index<usize>>::Output {
|
||||
return &self.source[index];
|
||||
&self.source[index]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user