Some more.

This commit is contained in:
Tomasz Drwięga 2017-12-21 15:37:10 +01:00
parent 5a82d3d7c8
commit 3a43846f76
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ impl<'a> TrieDBMut<'a> {
}
/// the insertion inspector.
#[cfg_attr(feature = "dev", allow(cyclomatic_complexity))]
fn insert_inspector(&mut self, node: Node, partial: NibbleSlice, value: DBValue, old_val: &mut Option<DBValue>)
-> super::Result<InsertAction>
{