remove: stale comments

This commit is contained in:
sprites0
2025-07-19 21:21:48 +00:00
parent b3becf9c7b
commit 736e0da620

View File

@ -1,16 +1,3 @@
//! Tables and data models.
//!
//! # Overview
//!
//! This module defines the tables in reth, as well as some table-related abstractions:
//!
//! - [`codecs`] integrates different codecs into [`Encode`] and [`Decode`]
//! - [`models`](crate::models) defines the values written to tables
//!
//! # Database Tour
//!
//! TODO(onbjerg): Find appropriate format for this...
use alloy_primitives::{BlockNumber, Bytes}; use alloy_primitives::{BlockNumber, Bytes};
use reth_db::{table::TableInfo, tables, TableSet, TableType, TableViewer}; use reth_db::{table::TableInfo, tables, TableSet, TableType, TableViewer};
use std::fmt; use std::fmt;