Skip to content

Commit fec5db3

Browse files
authored
Merge pull request #568 from input-output-hk/greg/remove_json_adapter
fix documentation after `JsonFileStoreAdapter` removal
2 parents ef33ebd + ec0e31a commit fec5db3

File tree

1 file changed

+2
-3
lines changed
  • mithril-common/src/store/adapter

1 file changed

+2
-3
lines changed

mithril-common/src/store/adapter/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Define a generic way to store data with the [Store Adapter][store_adapter::StoreAdapter], with
2-
//! two main implementations ([in memory][MemoryAdapter] or [filesystem as json][JsonFileStoreAdapter])
3-
//! and two more for testing ([a stub with one record][DumbStoreAdapter] and one which
4-
//! [always fails][FailStoreAdapter]).
2+
//! an adapter ([in memory][MemoryAdapter] and two more for testing ([a stub with one
3+
//! record][DumbStoreAdapter] and one which [always fails][FailStoreAdapter]).
54
65
mod memory_adapter;
76
mod sqlite_adapter;

0 commit comments

Comments
 (0)