Merge branch 'master' into messages

master
Devin R 2020-04-30 06:02:31 -04:00
commit d4b2fd0e1a
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
//! User sessions. //! User sessions.
use crate::identifiers::UserId; use crate::identifiers::UserId;
/// A user session, containing an access token and information about the associated user account. /// A user session, containing an access token and information about the
/// associated user account.
#[derive(Clone, Debug, Eq, Hash, PartialEq)] #[derive(Clone, Debug, Eq, Hash, PartialEq)]
pub struct Session { pub struct Session {
/// The access token used for this session. /// The access token used for this session.