Skip to content

Commit 5d2bf59

Browse files
Chore: temp-disable warnings for cuda_std::atomic
1 parent d20e023 commit 5d2bf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cuda_std/src/atomic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! Therefore we chose to go with the approach of implementing all atomics inside cuda_std. In the future, we may support
1919
//! a subset of core atomics, but for now, you will have to use cuda_std atomics.
2020
21-
#![allow(unused_unsafe)]
21+
#![allow(unused_unsafe, warnings)]
2222

2323
pub mod intrinsics;
2424
pub mod mid;

0 commit comments

Comments
 (0)