We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e504a commit 8b40d35Copy full SHA for 8b40d35
1 file changed
k12/src/custom/borrow.rs
@@ -29,7 +29,7 @@ impl<'a, Rate: BlockSizes> CustomRefKt<'a, Rate> {
29
}
30
31
32
-impl<'a, Rate: BlockSizes> Default for CustomRefKt<'a, Rate> {
+impl<Rate: BlockSizes> Default for CustomRefKt<'static, Rate> {
33
#[inline]
34
fn default() -> Self {
35
Self::new_customized(&[])
0 commit comments