Skip to content

Commit

Permalink
copy over an allow()
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Apr 21, 2024
1 parent 04467d5 commit 7d1652e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curve25519/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::arithmetic_side_effects, clippy::op_ref)]
//! Syscall operations for curve25519
pub mod curve_syscall_traits;
Expand Down

0 comments on commit 7d1652e

Please sign in to comment.