Skip to content

Commit 302c362

Browse files
committed
Group private modules
Group private and public modules separately. Internal change only.
1 parent 6007659 commit 302c362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ mod macros;
174174
mod secret;
175175
mod context;
176176
mod key;
177+
#[cfg(feature = "serde")]
178+
mod serde_util;
177179

178180
pub mod constants;
179181
pub mod ecdh;
@@ -182,8 +184,6 @@ pub mod ellswift;
182184
pub mod musig;
183185
pub mod scalar;
184186
pub mod schnorr;
185-
#[cfg(feature = "serde")]
186-
mod serde_util;
187187

188188
use core::marker::PhantomData;
189189
use core::ptr::NonNull;

0 commit comments

Comments
 (0)