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:
|
||||
///
|
||||
/// * They must have at least one argument, which is the event itself, a type
|
||||
/// that implements [`SyncEvent`]. Any additional arguments need to
|
||||
/// implement the [`EventHandlerContext`] trait.
|
||||
/// that implements [`SyncEvent`]. Any additional arguments need to implement
|
||||
/// the [`EventHandlerContext`] trait.
|
||||
/// * Their return type has to be one of: `()`, `Result<(), impl
|
||||
/// std::error::Error>` or `anyhow::Result<()>` (requires the `anyhow` Cargo
|
||||
/// feature to be enabled)
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
//! The following crate feature flags are available:
|
||||
//!
|
||||
//! * `encryption`: Enables end-to-end encryption support in the library.
|
||||
//! * `sled_cryptostore`: Enables a Sled based store for the encryption keys.
|
||||
//! If this is disabled and `encryption` support is enabled the keys will by
|
||||
//! * `sled_cryptostore`: Enables a Sled based store for the encryption keys. If
|
||||
//! 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
|
||||
//! destroyed.
|
||||
//! * `markdown`: Support for sending markdown formatted messages.
|
||||
|
|
Loading…
Reference in a new issue