chore: export tables macro (#7807)

This commit is contained in:
Vid Kersic
2024-04-23 11:25:42 +02:00
committed by GitHub
parent b9db4cb61b
commit c499797a6c
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@
//!
//! # Overview
//!
//! An overview of the current data model of reth can be found in the [`tables`] module.
//! An overview of the current data model of reth can be found in the [`mod@tables`] module.
//!
//! [`Database`]: crate::abstraction::database::Database
//! [`DbTx`]: crate::abstraction::transaction::DbTx

View File

@ -101,6 +101,7 @@ pub trait TableViewer<R> {
}
}
#[macro_export]
/// Defines all the tables in the database.
macro_rules! tables {
(@bool) => { false };