Skip to content

Commit

Permalink
allow warning temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Feb 4, 2021
1 parent 6fdff1b commit cfde1fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jormungandr/src/explorer/multiverse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ impl Multiverse {

/// run the garbage collection of the multiverse
///
pub async fn gc(&self, depth: u32) {
#[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 cfde1fb

Please sign in to comment.