Don't split links to two lines

Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
This commit is contained in:
Julian Sparber
2022-05-17 12:56:24 +02:00
committed by GitHub
parent 3f3f9d653b
commit d0cc3d9c2b

View File

@@ -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>,
}