Rewrap doc comments
This commit is contained in:
parent
67912f3768
commit
3c38b26770
2 changed files with 4 additions and 4 deletions
|
@ -50,8 +50,8 @@ pub trait SyncEvent {
|
||||||
/// specifically:
|
/// specifically:
|
||||||
///
|
///
|
||||||
/// * They must have at least one argument, which is the event itself, a type
|
/// * They must have at least one argument, which is the event itself, a type
|
||||||
/// that implements [`SyncEvent`]. Any additional arguments need to
|
/// that implements [`SyncEvent`]. Any additional arguments need to implement
|
||||||
/// implement the [`EventHandlerContext`] trait.
|
/// the [`EventHandlerContext`] trait.
|
||||||
/// * Their return type has to be one of: `()`, `Result<(), impl
|
/// * Their return type has to be one of: `()`, `Result<(), impl
|
||||||
/// std::error::Error>` or `anyhow::Result<()>` (requires the `anyhow` Cargo
|
/// std::error::Error>` or `anyhow::Result<()>` (requires the `anyhow` Cargo
|
||||||
/// feature to be enabled)
|
/// feature to be enabled)
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
//! The following crate feature flags are available:
|
//! The following crate feature flags are available:
|
||||||
//!
|
//!
|
||||||
//! * `encryption`: Enables end-to-end encryption support in the library.
|
//! * `encryption`: Enables end-to-end encryption support in the library.
|
||||||
//! * `sled_cryptostore`: Enables a Sled based store for the encryption keys.
|
//! * `sled_cryptostore`: Enables a Sled based store for the encryption keys. If
|
||||||
//! If this is disabled and `encryption` support is enabled the keys will by
|
//! this is disabled and `encryption` support is enabled the keys will by
|
||||||
//! default be stored only in memory and thus lost after the client is
|
//! default be stored only in memory and thus lost after the client is
|
||||||
//! destroyed.
|
//! destroyed.
|
||||||
//! * `markdown`: Support for sending markdown formatted messages.
|
//! * `markdown`: Support for sending markdown formatted messages.
|
||||||
|
|
Loading…
Reference in a new issue