Skip to content

Commit 0a2dcd1

Browse files
committed
doc(kernel): remove an out-dated code comment
1 parent 8eb3a72 commit 0a2dcd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/r3_kernel/src/timeout.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ pub(super) struct Timeout<Traits: KernelTraits> {
400400
/// Un-implement `Unpin`.
401401
_pin: PhantomPinned,
402402

403-
// TODO: callback
404403
_phantom: core::marker::PhantomData<Traits>,
405404
}
406405

0 commit comments

Comments
 (0)