Skip to content

Commit 614c946

Browse files
committed
Address clippy warnings
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 38ec8af commit 614c946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cryptoki/src/mechanism/rsa.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ impl<'a> PkcsOaepParams<'a> {
156156
/// # Arguments
157157
///
158158
/// * `hash_alg` - The message digest algorithm used to calculate
159-
/// a digest of the encoding parameter.
159+
/// a digest of the encoding parameter.
160160
/// * `mgf` - The mask generation function to use on the encoded block.
161161
/// * `encoding_parameter` - The encoding parameter, also known as the label.
162162
pub fn new(

cryptoki/src/session/object_management.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ impl Session {
258258
/// # Arguments
259259
///
260260
/// * `template` - A reference to [Attribute] of search parameters that will be used
261-
/// to find objects.
261+
/// to find objects.
262262
///
263263
/// # Returns
264264
///

0 commit comments

Comments
 (0)