mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
simplify ci like actix-web (#165)
This commit is contained in:
@ -20,6 +20,7 @@ pub enum CookieSessionError {
|
||||
/// Size of the serialized session is greater than 4000 bytes.
|
||||
#[display(fmt = "Size of the serialized session is greater than 4000 bytes.")]
|
||||
Overflow,
|
||||
|
||||
/// Fail to serialize session.
|
||||
#[display(fmt = "Fail to serialize session")]
|
||||
Serialize(JsonError),
|
||||
|
Reference in New Issue
Block a user