From 4c44df46f87409dcc67203bd39e0369746f0d73b Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 24 Jan 2020 11:19:09 +0000 Subject: [PATCH] topology: removing unused PhantomData import --- common/topology/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/common/topology/src/lib.rs b/common/topology/src/lib.rs index f960f559e3..36dd8fa494 100644 --- a/common/topology/src/lib.rs +++ b/common/topology/src/lib.rs @@ -3,7 +3,6 @@ use rand::seq::IteratorRandom; use sphinx::route::Node as SphinxNode; use std::cmp::max; use std::collections::HashMap; -use std::marker::PhantomData; use version_checker; pub mod coco;