Skip to content

Commit

Permalink
remove #[cfg(not(target_os = "solana"))] above errors mod
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jun 18, 2024
1 parent 3062a95 commit 568e201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion curves/curve25519/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pub mod curve_syscall_traits;
pub mod edwards;
#[cfg(not(target_os = "solana"))]
pub mod errors;
pub mod ristretto;
pub mod scalar;

0 comments on commit 568e201

Please sign in to comment.