diff --git a/crates/uv-keyring/src/secret_service.rs b/crates/uv-keyring/src/secret_service.rs index 8c99fc782..4bc238f33 100644 --- a/crates/uv-keyring/src/secret_service.rs +++ b/crates/uv-keyring/src/secret_service.rs @@ -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. ///