Skip to content

Commit

Permalink
Remove unnecessary docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Sep 3, 2024
1 parent 99d073f commit 4900fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pk_encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ impl Default for PkDecryption {
}
}

/// Attempt to decode a [`PkDecryption`] object from a [`PkDecryptionPickle`] object.
impl TryFrom<PkDecryptionPickle> for PkDecryption {
type Error = crate::LibolmPickleError;

Expand All @@ -257,7 +256,6 @@ struct PkDecryptionPickle {
}

impl From<&PkDecryption> for PkDecryptionPickle {
/// Create a new [`PkDecryptionPickle`] object from a [`PkDecryption`] object.
fn from(decrypt: &PkDecryption) -> Self {
Self {
version: PICKLE_VERSION,
Expand Down

0 comments on commit 4900fee

Please sign in to comment.