Skip to content

Commit

Permalink
fix: temporary to remove the never warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzyct committed Aug 22, 2024
1 parent d416394 commit f574303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/middlewares/general.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use crate::{
features::auth::data::models::general_token::GeneralToken,
};

#[allow(dead_code)]
pub struct GeneralMiddleware {
pub data: TokenData<GeneralToken>,
}
Expand Down

0 comments on commit f574303

Please sign in to comment.