mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 02:37:42 +02:00
apply imports_granularity fmt rule
This commit is contained in:
@ -3,8 +3,10 @@
|
||||
mod interface;
|
||||
mod session_key;
|
||||
|
||||
pub use self::interface::{LoadError, SaveError, SessionStore, UpdateError};
|
||||
pub use self::session_key::SessionKey;
|
||||
pub use self::{
|
||||
interface::{LoadError, SaveError, SessionStore, UpdateError},
|
||||
session_key::SessionKey,
|
||||
};
|
||||
|
||||
#[cfg(feature = "cookie-session")]
|
||||
mod cookie;
|
||||
|
Reference in New Issue
Block a user