Skip to content

Commit f575f39

Browse files
committed
mod rav1d: Mark entire library crate #![deny(unsafe_op_in_unsafe_fn)].
1 parent c76db62 commit f575f39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
any(target_arch = "riscv32", target_arch = "riscv64"),
55
feature(stdarch_riscv_feature_detection)
66
)]
7+
#![deny(unsafe_op_in_unsafe_fn)]
78
#![allow(clippy::all)]
89

910
#[cfg(not(any(feature = "bitdepth_8", feature = "bitdepth_16")))]

0 commit comments

Comments
 (0)