Skip to content

Commit a7a8862

Browse files
fix clippy
1 parent 2e171b5 commit a7a8862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/encryptable.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ use crate::{
2828
/// * The original key will be prefixed with 'encrypted$'.
2929
///
3030
/// * The transformed Encryptable dictionary will contain `alg` property indicating
31-
/// the encryption algorithm, `ciphertext` property whose value is a base-64 string of the
32-
/// encrypted value, and optionally `kid` property indicating the encryption key identifier
33-
/// if specified when returning the result of PropertyEncryptor callback call.
31+
/// the encryption algorithm, `ciphertext` property whose value is a base-64 string of the
32+
/// encrypted value, and optionally `kid` property indicating the encryption key identifier
33+
/// if specified when returning the result of PropertyEncryptor callback call.
3434
///
3535
/// For security reason, a document that contains Encryptable dictionaries will fail
3636
/// to push if their value cannot be encrypted including

0 commit comments

Comments
 (0)