Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed doctest failures
  • Loading branch information
Flatt committed Dec 20, 2024
commit 1f68c28e2b485b72edbce3fd38bd46f1dae58915
2 changes: 1 addition & 1 deletion crates/database/src/states/changes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::vec::Vec;
/// `accounts`/`storages`/`contracts` for inclusion into database.
///
/// Structure is made so it is easier to apply directly to database
/// that mostly have separate tables to store accounts`/`storages`/`contracts` data.
/// that mostly have separate tables to store `accounts`/`storages`/`contracts` data.
///
/// **Note**: That data is **not** sorted. Some database benefit of faster inclusion
/// and smaller footprint if data is inserted in sorted order.
Expand Down
2 changes: 1 addition & 1 deletion crates/inspector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mod noop;

pub use inspector::*;

/// [Inspector][crate::Inspector] implementations.
/// [Inspector] implementations.
pub mod inspectors {
#[cfg(all(feature = "std", feature = "serde-json"))]
pub use super::eip3155::TracerEip3155;
Expand Down
Loading