Skip to content

Commit 1d296de

Browse files
committed
fixup! *RFL import: kernel::types::Bool
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 6993a6f commit 1d296de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rust/kernel/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ unsafe impl AsBytes for str {}
482482
unsafe impl<T: AsBytes> AsBytes for [T] {}
483483
unsafe impl<T: AsBytes, const N: usize> AsBytes for [T; N] {}
484484

485-
486485
/// A trait for boolean types.
487486
///
488487
/// This is meant to be used in type states to allow boolean constraints in implementation blocks.

0 commit comments

Comments
 (0)