mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 16:34:32 -04:00
matrix_sdk: Style fix for a docstring.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user