Skip to content

Commit 0dd095a

Browse files
remove clippy annotations from the kernel-side code
1 parent 87ea91c commit 0dd095a

File tree

1 file changed

+0
-1
lines changed
  • samples/introduction/async_api/kernels/src

1 file changed

+0
-1
lines changed

samples/introduction/async_api/kernels/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use cuda_std::prelude::*;
22

33
#[kernel]
4-
#[allow(improper_ctypes_definitions, clippy::missing_safety_doc)]
54
pub unsafe fn increment(g_data: *mut u32, inc_value: u32) {
65
// This can also be obtained directly as
76
//

0 commit comments

Comments
 (0)