Skip to content

Commit

Permalink
fix: ignore doc test entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjohnbell committed Nov 3, 2023
1 parent 1b84493 commit 6f375b2
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
/// ```ignore
/// create_db!(
/// TrubutariesDb {
/// AttemptsDb: (key_bytes: &[u8], attempt_id: u32) -> u64,
Expand Down

0 comments on commit 6f375b2

Please sign in to comment.