Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 11, 2024
1 parent f2b0d5d commit 56812c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha3/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ macro_rules! impl_turbo_shake {
pub struct $reader {
state: Sha3State<TURBO_SHAKE_ROUND_COUNT>,
}

#[doc = $alg_name]
#[doc = " reader state."]
pub type $reader_full = XofReaderCoreWrapper<$reader>;
Expand Down

0 comments on commit 56812c7

Please sign in to comment.