Skip to content

Commit

Permalink
Forbid unsafe code (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Apr 7, 2024
1 parent 0e912e5 commit e2b938f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ that this copyright notice remain intact.
//! let color_map = nq.color_map_rgba();
//! ```
#![forbid(unsafe_code)]

mod math;
use crate::math::clamp;

Expand Down

0 comments on commit e2b938f

Please sign in to comment.