1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 10:39:03 +02:00

prepare release

This commit is contained in:
Nikolay Kim
2018-08-02 11:35:34 -07:00
parent 85cf3e2993
commit 33b09d78e9
3 changed files with 8 additions and 6 deletions

View File

@ -65,9 +65,6 @@ impl SessionImpl for RedisSession {
/// constructor of `RedisSessionBackend`. This is private key for cookie
/// session, When this value is changed, all session data is lost.
///
/// Note that whatever you write into your session is visible by the user (but
/// not modifiable).
///
/// Constructor panics if key length is less than 32 bytes.
pub struct RedisSessionBackend(Rc<Inner>);