Skip to content

Commit 8b40d35

Browse files
committed
fix clippy lint
1 parent d1e504a commit 8b40d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

k12/src/custom/borrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl<'a, Rate: BlockSizes> CustomRefKt<'a, Rate> {
2929
}
3030
}
3131

32-
impl<'a, Rate: BlockSizes> Default for CustomRefKt<'a, Rate> {
32+
impl<Rate: BlockSizes> Default for CustomRefKt<'static, Rate> {
3333
#[inline]
3434
fn default() -> Self {
3535
Self::new_customized(&[])

0 commit comments

Comments
 (0)