From 906512ec6c5f0b453206bbe9309cc187cdc02062 Mon Sep 17 00:00:00 2001 From: Santiago Medina Rolong Date: Tue, 17 Dec 2024 16:46:54 -0800 Subject: [PATCH] Remove unused dead code allowance in the Auth module. --- src/auth/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/auth/mod.rs b/src/auth/mod.rs index bc17b8e..d85dc3c 100644 --- a/src/auth/mod.rs +++ b/src/auth/mod.rs @@ -247,7 +247,6 @@ impl Auth { }) } - #[allow(dead_code)] pub fn get_token_store(&mut self) -> &mut TokenStore { &mut self.token_store }