Skip to content

Commit

Permalink
[Cleanup] No longer allow dead code in memtrie code.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-near committed Nov 6, 2023
1 parent e59adab commit 0218f21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/store/src/trie/mem/node/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(dead_code)] // still being implemented

mod encoding;
mod mutation;
#[cfg(test)]
Expand Down

0 comments on commit 0218f21

Please sign in to comment.