Mention that in_mem::Backend doesn't work (#3250)

* Mention that in_mem::Backend doesn't work

* Bigger warning
This commit is contained in:
Pierre Krieger
2019-08-03 10:33:53 +02:00
committed by Arkadiy Paronyan
parent f0856db12c
commit 83b148f514
2 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -28,8 +28,7 @@
//! Creating a [`Client`] is done by calling the `new` method and passing to it a
//! [`Backend`](backend::Backend) and an [`Executor`](CallExecutor).
//!
//! The former is typically provided by the `substrate-client-db` crate, but [`in_mem::Backend`]
//! can be used for testing purposes.
//! The former is typically provided by the `substrate-client-db` crate.
//!
//! The latter typically requires passing one of:
//!