We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mod rav1d
#![deny(unsafe_op_in_unsafe_fn)]
1 parent c76db62 commit f575f39Copy full SHA for f575f39
lib.rs
@@ -4,6 +4,7 @@
4
any(target_arch = "riscv32", target_arch = "riscv64"),
5
feature(stdarch_riscv_feature_detection)
6
)]
7
+#![deny(unsafe_op_in_unsafe_fn)]
8
#![allow(clippy::all)]
9
10
#[cfg(not(any(feature = "bitdepth_8", feature = "bitdepth_16")))]
0 commit comments