Skip to content

Commit

Permalink
Remove unnecessary allow dead_code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jan 4, 2024
1 parent da7e4eb commit 77affe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bitwarden/src/platform/client_platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use super::{
use crate::{error::Result, Client};

pub struct ClientPlatform<'a> {
#[allow(dead_code)]
pub(crate) client: &'a mut Client,
}

Expand Down

0 comments on commit 77affe6

Please sign in to comment.