Skip to content

Commit

Permalink
mod c_arc: Mark #![deny(unsafe_op_in_unsafe_fn)].
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Jul 1, 2024
1 parent e1b5a0f commit e19d07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/c_arc.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deny(unsafe_op_in_unsafe_fn)]

use crate::src::c_box::CBox;
use crate::src::error::Rav1dResult;
use std::marker::PhantomData;
Expand Down

0 comments on commit e19d07c

Please sign in to comment.