matrix_sdk: Style fix for a docstring.

master
Damir Jelić 2020-04-30 10:14:18 +02:00
parent 376381b1a7
commit 157dc86b61
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
//! User sessions.
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)]
pub struct Session {
/// The access token used for this session.