Skip to content

Commit

Permalink
fix nightly warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LLFourn committed Nov 7, 2024
1 parent b1dc0b7 commit 19607d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schnorr_fun/src/schnorr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ where
}

#[cfg(test)]
pub mod test {
mod test {
use crate::fun::nonce::Deterministic;

use super::*;
Expand Down
1 change: 1 addition & 0 deletions sigma_fun/src/ed25519.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ crate::impl_display!(DL<L>);
crate::impl_display!(DLG<L>);

#[cfg(test)]
#[allow(missing_docs)]
pub mod test {
use super::*;
use crate::FiatShamir;
Expand Down

0 comments on commit 19607d6

Please sign in to comment.