Skip to content

Commit

Permalink
removed signed doc feature
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jun 17, 2024
1 parent 47852e4 commit d0e3672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sec/signed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl CookiesAdditionJar for CookieJar {
}

/// A child cookie jar that authenticates its cookies and Adds Additional measures to ensure integrity.
#[cfg_attr(doc, doc(cfg(feature = "signed")))]
pub struct AdditionalSignedJar<J> {
parent: J,
key: [u8; KEY_LEN],
Expand Down

0 comments on commit d0e3672

Please sign in to comment.