mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-21 07:45:37 +02:00
Performed cargo fmt
This commit is contained in:
committed by
Yuki Okushi
parent
e67e4b027d
commit
f4742847a5
@@ -75,7 +75,6 @@ struct SessionInner {
|
||||
}
|
||||
|
||||
impl Session {
|
||||
|
||||
/// Create an empty session. Appropriate for testing.
|
||||
///
|
||||
/// This session wraps an empty state map and status. It can be instantiated for testing purposes.
|
||||
@@ -87,8 +86,6 @@ impl Session {
|
||||
Session(Rc::new(RefCell::new(inner)))
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// Get a `value` from the session.
|
||||
///
|
||||
/// It returns an error if it fails to deserialize as `T` the JSON value associated with `key`.
|
||||
|
Reference in New Issue
Block a user