Skip to content

Commit e69ff5a

Browse files
hoshinolinajannau
authored andcommitted
rust: init: Disable clippy::undocumented_unsafe_blocks lint
The missing SAFETY comments should be fixed later... Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent 363b248 commit e69ff5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/kernel/init.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
2+
// FIXME
3+
#![allow(clippy::undocumented_unsafe_blocks)]
24

35
//! API to safely and fallibly initialize pinned `struct`s using in-place constructors.
46
//!

0 commit comments

Comments
 (0)