Fix clippy errors
This commit is contained in:
parent
a728b6666c
commit
438e164ffd
15 changed files with 36 additions and 36 deletions
|
|
@ -83,7 +83,7 @@ pub struct BucketTreeIteratorItem<'a> {
|
|||
pub leaf: &'a LeafBucket,
|
||||
}
|
||||
|
||||
impl<'a> BucketTreeIteratorItem<'a> {
|
||||
impl BucketTreeIteratorItem<'_> {
|
||||
pub fn random_within(&self) -> Id20 {
|
||||
generate_random_id(self.start, self.bits)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue