Skip to content

Commit

Permalink
chore: fix feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 12, 2024
1 parent dd1421f commit 26ccf8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actix-session/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ mod interface;
#[cfg(feature = "redis-session")]
mod redis_rs;
mod session_key;
#[cfg(feature = "redis-session")]
mod utils;

#[cfg(feature = "cookie-session")]
Expand Down

0 comments on commit 26ccf8b

Please sign in to comment.