Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Sep 20, 2024
1 parent cbd508f commit a9c2ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/database_components/src/block_hash.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! BlockHash database component from [`crate::db::Database`]
//! it is used inside [`crate::db::DatabaseComponents`]
//! BlockHash database component from [`revm::Database`]

use auto_impl::auto_impl;
use core::ops::Deref;
Expand Down
3 changes: 1 addition & 2 deletions examples/database_components/src/state.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! State database component from [`crate::db::Database`]
//! it is used inside [`crate::db::DatabaseComponents`]
//! State database component from [`crate::Database`]

use auto_impl::auto_impl;
use core::ops::Deref;
Expand Down

0 comments on commit a9c2ffc

Please sign in to comment.