File tree 1 file changed +5
-5
lines changed
crates/matrix-sdk-store-encryption/src
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ impl StoreCipher {
151
151
///
152
152
/// # Examples
153
153
///
154
- /// ```
154
+ /// ```rust,no_run
155
155
/// # let example = || {
156
156
/// use matrix_sdk_store_encryption::StoreCipher;
157
157
/// use serde_json::json;
@@ -254,7 +254,7 @@ impl StoreCipher {
254
254
///
255
255
/// # Examples
256
256
///
257
- /// ```
257
+ /// ```rust,no_run
258
258
/// # let example = || {
259
259
/// use matrix_sdk_store_encryption::StoreCipher;
260
260
/// use serde_json::json;
@@ -305,7 +305,7 @@ impl StoreCipher {
305
305
///
306
306
/// # Examples
307
307
///
308
- /// ```
308
+ /// ```rust,no_run
309
309
/// # let example = || {
310
310
/// use matrix_sdk_store_encryption::StoreCipher;
311
311
/// use serde_json::json;
@@ -354,7 +354,7 @@ impl StoreCipher {
354
354
///
355
355
/// # Examples
356
356
///
357
- /// ```
357
+ /// ```rust,no_run
358
358
/// # let example = || {
359
359
/// use matrix_sdk_store_encryption::StoreCipher;
360
360
/// use serde_json::json;
@@ -388,7 +388,7 @@ impl StoreCipher {
388
388
///
389
389
/// # Examples
390
390
///
391
- /// ```
391
+ /// ```rust,no_run
392
392
/// # let example = || {
393
393
/// use matrix_sdk_store_encryption::StoreCipher;
394
394
/// use serde_json::{json, value::Value};
You can’t perform that action at this time.
0 commit comments