We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6993a6f commit 1d296deCopy full SHA for 1d296de
1 file changed
rust/kernel/types.rs
@@ -482,7 +482,6 @@ unsafe impl AsBytes for str {}
482
unsafe impl<T: AsBytes> AsBytes for [T] {}
483
unsafe impl<T: AsBytes, const N: usize> AsBytes for [T; N] {}
484
485
-
486
/// A trait for boolean types.
487
///
488
/// This is meant to be used in type states to allow boolean constraints in implementation blocks.
0 commit comments