Skip to content

Commit

Permalink
Comment the DecodeIgnore database opening stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Mar 5, 2024
1 parent 3d9fb06 commit 8424128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions heed/src/cookbook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
//! };
//!
//! let rtxn = env.read_txn()?;
//! // The database names are mixed with the user entries therefore we prefer
//! // ignoring the values and try to open the databases one by one using the keys.
//! let unnamed: Database<Str, DecodeIgnore> =
//! env.open_database(&rtxn, None)?.expect("the unnamed database always exists");
//!
Expand Down

0 comments on commit 8424128

Please sign in to comment.