Skip to content

Commit

Permalink
docs: update module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19-cw committed Aug 2, 2024
1 parent 10ad723 commit 8af537a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/eth/storage/rocks/cf_versions.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! Column Family (CF) versioning and snapshot testing.
//! Column Family (CF) versioning.
//!
//! This allows our KV-store to have different versions on the Value.
//!
//! Versions are tested against snapshots to avoid breaking changes.
use std::ops::Deref;
use std::ops::DerefMut;
Expand Down

0 comments on commit 8af537a

Please sign in to comment.