Skip to content

Commit

Permalink
Merge pull request #568 from input-output-hk/greg/remove_json_adapter
Browse files Browse the repository at this point in the history
fix documentation after `JsonFileStoreAdapter` removal
  • Loading branch information
ghubertpalo authored Oct 25, 2022
2 parents ef33ebd + ec0e31a commit fec5db3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mithril-common/src/store/adapter/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Define a generic way to store data with the [Store Adapter][store_adapter::StoreAdapter], with
//! two main implementations ([in memory][MemoryAdapter] or [filesystem as json][JsonFileStoreAdapter])
//! and two more for testing ([a stub with one record][DumbStoreAdapter] and one which
//! [always fails][FailStoreAdapter]).
//! an adapter ([in memory][MemoryAdapter] and two more for testing ([a stub with one
//! record][DumbStoreAdapter] and one which [always fails][FailStoreAdapter]).
mod memory_adapter;
mod sqlite_adapter;
Expand Down

0 comments on commit fec5db3

Please sign in to comment.