From e3da325f29b6d714a3835966dbfb9bca29db60cd Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 31 Jan 2024 11:54:21 +0000 Subject: [PATCH] doc: Add rust,no_run to examples in matrix-sdk-store-encryption --- crates/matrix-sdk-store-encryption/src/lib.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/matrix-sdk-store-encryption/src/lib.rs b/crates/matrix-sdk-store-encryption/src/lib.rs index 5d63d9cb5..c01ca9bd9 100644 --- a/crates/matrix-sdk-store-encryption/src/lib.rs +++ b/crates/matrix-sdk-store-encryption/src/lib.rs @@ -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};