diff --git a/crates/bitwarden/src/client/client.rs b/crates/bitwarden/src/client/client.rs index b821f32b3..790cc54f1 100644 --- a/crates/bitwarden/src/client/client.rs +++ b/crates/bitwarden/src/client/client.rs @@ -69,8 +69,7 @@ pub(crate) enum ServiceAccountLoginMethod { #[derive(Debug, Default, Clone)] pub(crate) struct Tokens { // These two fields are always written to, but they are not read - // from the secrets manager SDK. - + // from the secrets manager SDK. #[cfg_attr(not(feature = "internal"), allow(dead_code))] access_token: Option, pub(crate) expires_on: Option,