Skip to content

Commit

Permalink
allow dead_code is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Feb 4, 2021
1 parent 0f97466 commit f985ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jormungandr/src/explorer/multiverse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ impl Multiverse {

/// run the garbage collection of the multiverse
///
#[allow(dead_code)]
pub(super) async fn gc(&self, depth: u32) {
let mut guard = self.inner.write().await;
guard.multiverse.gc(depth)
Expand Down

0 comments on commit f985ae4

Please sign in to comment.