Skip to content

Commit

Permalink
mod rav1d: Mark entire library crate `#![deny(unsafe_op_in_unsafe_f…
Browse files Browse the repository at this point in the history
…n)]`.
  • Loading branch information
kkysen committed Jul 10, 2024
1 parent 35a062a commit 998c8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
any(target_arch = "riscv32", target_arch = "riscv64"),
feature(stdarch_riscv_feature_detection)
)]
#![deny(unsafe_op_in_unsafe_fn)]
#![allow(clippy::all)]

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

0 comments on commit 998c8d6

Please sign in to comment.