Skip to content

Commit

Permalink
Also don't rely on MultimapTable to have a Debug impl
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 2, 2024
1 parent 7347aba commit d5fb6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh-docs/src/store/fs/tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pub struct Tables<'tx> {
pub records_by_key: Table<'tx, RecordsByKeyId<'static>, ()>,
pub namespaces: Table<'tx, &'static [u8; 32], (u8, &'static [u8; 32])>,
pub latest_per_author: Table<'tx, LatestPerAuthorKey<'static>, LatestPerAuthorValue<'static>>,
#[debug("MultimapTable")]
pub namespace_peers: MultimapTable<'tx, &'static [u8; 32], (Nanos, &'static PeerIdBytes)>,
pub download_policy: Table<'tx, &'static [u8; 32], &'static [u8]>,
pub authors: Table<'tx, &'static [u8; 32], &'static [u8; 32]>,
Expand Down

0 comments on commit d5fb6fb

Please sign in to comment.