doc: Add rust,no_run to examples in matrix-sdk-store-encryption

This commit is contained in:
Andy Balaam
2024-01-31 11:54:21 +00:00
parent 860fe4afe0
commit e3da325f29

View File

@@ -151,7 +151,7 @@ impl StoreCipher {
///
/// # Examples
///
/// ```
/// ```rust,no_run
/// # let example = || {
/// use matrix_sdk_store_encryption::StoreCipher;
/// use serde_json::json;
@@ -254,7 +254,7 @@ impl StoreCipher {
///
/// # Examples
///
/// ```
/// ```rust,no_run
/// # let example = || {
/// use matrix_sdk_store_encryption::StoreCipher;
/// use serde_json::json;
@@ -305,7 +305,7 @@ impl StoreCipher {
///
/// # Examples
///
/// ```
/// ```rust,no_run
/// # let example = || {
/// use matrix_sdk_store_encryption::StoreCipher;
/// use serde_json::json;
@@ -354,7 +354,7 @@ impl StoreCipher {
///
/// # Examples
///
/// ```
/// ```rust,no_run
/// # let example = || {
/// use matrix_sdk_store_encryption::StoreCipher;
/// use serde_json::json;
@@ -388,7 +388,7 @@ impl StoreCipher {
///
/// # Examples
///
/// ```
/// ```rust,no_run
/// # let example = || {
/// use matrix_sdk_store_encryption::StoreCipher;
/// use serde_json::{json, value::Value};