From 10fc840eb973b93ea2794b2089c6be5a1d3c3f2c Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 28 Nov 2024 02:20:25 +0200 Subject: [PATCH] disable features not in use --- src/profile/identity/gemini/identity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile/identity/gemini/identity.rs b/src/profile/identity/gemini/identity.rs index 3fec1002..dfb08fbf 100644 --- a/src/profile/identity/gemini/identity.rs +++ b/src/profile/identity/gemini/identity.rs @@ -1,4 +1,4 @@ pub struct Identity { pub pem: String, - pub scope: String, + // pub scope: String, }