mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
Don't split links to two lines
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
This commit is contained in:
@@ -94,8 +94,8 @@ pub struct BaseClient {
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
crypto_store: Arc<dyn CryptoStore>,
|
||||
/// The olm-machine that is created once the
|
||||
/// [`Session`][crate::session::Session] is set via [`BaseClient::
|
||||
/// restore_login`]
|
||||
/// [`Session`][crate::session::Session] is set via
|
||||
/// [`BaseClient::restore_login`]
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
olm_machine: OnceCell<OlmMachine>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user