Skip to content

Commit 375fd0d

Browse files
committed
Unapply allow missing docs
1 parent dbdee15 commit 375fd0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bitwarden-crypto/src/keys/key_encryptable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ pub trait KeyEncryptable<Key: CryptoKey, Output> {
2424
fn encrypt_with_key(self, key: &Key) -> Result<Output>;
2525
}
2626

27-
#[allow(missing_docs)]
2827
pub(crate) trait KeyEncryptableWithContentType<Key: CryptoKey, Output> {
2928
fn encrypt_with_key(self, key: &Key, content_format: ContentFormat) -> Result<Output>;
3029
}

0 commit comments

Comments
 (0)