This commit is contained in:
John Mumm 2025-08-12 14:17:36 +01:00
parent b98f201ffa
commit 73b16b0251
No known key found for this signature in database
GPG Key ID: 73D2271AFDC26EA8
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ impl SsCredential {
/// The builder for secret-service credentials
#[derive(Debug, Default)]
pub struct SsCredentialBuilder {}
pub struct SsCredentialBuilder;
/// Returns an instance of the secret-service credential builder.
///