Merge branch 'boxjdb' into reorgjdb

This commit is contained in:
Gav Wood 2016-03-11 14:06:32 +01:00
commit 7e8b6c3660
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ use kvdb::{Database};
///
/// `lookup()` and `contains()` maintain normal behaviour - all `insert()` and `remove()`
/// queries have an immediate effect in terms of these functions.
#[derive(Clone)]
//#[derive(Clone)]
pub struct OverlayDB {
overlay: MemoryDB,
backing: Arc<Database>,