Skip to content

Commit

Permalink
Remove unused dead code allowance in the Auth module.
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagomed committed Dec 18, 2024
1 parent c769eaf commit 906512e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ impl Auth {
})
}

#[allow(dead_code)]
pub fn get_token_store(&mut self) -> &mut TokenStore {
&mut self.token_store
}
Expand Down

0 comments on commit 906512e

Please sign in to comment.