mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-17 16:43:30 +01:00
Re-export SameSite so it's immediately usable from this package...
This commit is contained in:
parent
06248900b9
commit
6c8801dc8c
@ -40,6 +40,8 @@ extern crate serde_json;
|
||||
mod session;
|
||||
#[cfg(feature = "web")]
|
||||
pub use session::RedisSessionBackend;
|
||||
#[cfg(feature = "web")]
|
||||
pub use cookie::{SameSite};
|
||||
|
||||
/// General purpose actix redis error
|
||||
#[derive(Fail, Debug)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user