Fixed a clippy lint
This commit is contained in:
parent
40edf6d427
commit
4a81e573c2
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ impl<'bufs, 's, T: DiffableStr + ?Sized> Index<usize> for MultiLookup<'bufs, 's,
|
|||
type Output = T;
|
||||
|
||||
fn index(&self, index: usize) -> &Self::Output {
|
||||
&self.seqs[index].0
|
||||
self.seqs[index].0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue