Skip to content

Commit 20d408f

Browse files
hoshinolinajannau
authored andcommitted
rust: print: Disable clippy::undocumented_unsafe_blocks lint
The missing SAFETY comments should be fixed later... Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent 5fe682a commit 20d408f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/kernel/print.rs

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

35
//! Printing facilities.
46
//!

0 commit comments

Comments
 (0)