Skip to content

Commit

Permalink
sdk: Make sure LocalDatabase doc tests don't run
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Sep 11, 2024
1 parent c63104b commit 9f1b59f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sdk/src/store/local_database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::sync::Mutex;
///
/// # Example
///
/// ```
/// ```no_run
/// use gadget_sdk::store::LocalDatabase;
///
/// let db = LocalDatabase::<u64>::open("data.json");
Expand All @@ -34,7 +34,7 @@ where
///
/// # Example
///
/// ```
/// ```no_run
/// use gadget_sdk::store::LocalDatabase;
///
/// let db = LocalDatabase::<u64>::open("data.json");
Expand All @@ -61,7 +61,7 @@ where
///
/// # Example
///
/// ```
/// ```no_run
/// use gadget_sdk::store::LocalDatabase;
///
/// let db = LocalDatabase::<u64>::open("data.json");
Expand All @@ -79,7 +79,7 @@ where
///
/// # Example
///
/// ```
/// ```no_run
/// use gadget_sdk::store::LocalDatabase;
///
/// let db = LocalDatabase::<u64>::open("data.json");
Expand All @@ -97,7 +97,7 @@ where
///
/// # Example
///
/// ```
/// ```no_run
/// use gadget_sdk::store::LocalDatabase;
///
/// let db = LocalDatabase::<u64>::open("data.json");
Expand All @@ -115,7 +115,7 @@ where
///
/// # Example
///
/// ```
/// ```no_run
/// use gadget_sdk::store::LocalDatabase;
///
/// let db = LocalDatabase::<u64>::open("data.json");
Expand Down

0 comments on commit 9f1b59f

Please sign in to comment.