Skip to content

Commit

Permalink
fix: added no_run to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjohnbell committed Nov 3, 2023
1 parent fbc7d3e commit a9f17c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/db/src/create_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn db_key(db_dst: &'static [u8], item_dst: &'static [u8], key: impl AsRef<[u
///
/// # Example
///
/// ```
/// ```no_run
/// create_db!({
/// TrubutariesDb {
/// AttemptsDb: (key_bytes: &[u8], attempt_id: u32) -> u64,
Expand Down

0 comments on commit a9f17c4

Please sign in to comment.