Skip to content

Commit c6a4a01

Browse files
committed
examples: kernel_ptr: fix lifetime
1 parent 2382a7a commit c6a4a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kernel_ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ where
3333
F::Type: 'a + Sized,
3434
{
3535
type Output<'b>
36-
= Ptr<'a, F::Type>
36+
= Ptr<'b, F::Type>
3737
where
3838
Self: 'b;
3939

0 commit comments

Comments
 (0)