Skip to content

Commit 469e2cb

Browse files
committed
Apply clippy fix
1 parent ab40b02 commit 469e2cb

File tree

1 file changed

+1
-1
lines changed
  • crates/bitwarden-core/src/key_management

1 file changed

+1
-1
lines changed

crates/bitwarden-core/src/key_management/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ pub(super) fn verify_asymmetric_keys(
579579
})
580580
}
581581

582-
///
582+
/// Response for the `make_keys_for_user_crypto_v2`, containing a set of keys for a user
583583
#[derive(Serialize, Deserialize, Debug, JsonSchema)]
584584
#[serde(rename_all = "camelCase", deny_unknown_fields)]
585585
#[cfg_attr(feature = "uniffi", derive(uniffi::Record))]

0 commit comments

Comments
 (0)