Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Анатолий Семенцов committed May 28, 2024
1 parent 5482e91 commit 6b1587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/digest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pub struct Context {
num_pending: usize,
}

#[cfg(any(feature = "serde", feature = "serialize"))]
#[cfg(feature = "serialize")]
mod ctx_serialize {
use crate::digest::dynstate::DynState;
use crate::digest::sha2::{State32, State64};
Expand Down

0 comments on commit 6b1587a

Please sign in to comment.