topology: removing unused PhantomData import

This commit is contained in:
Dave Hrycyszyn
2020-01-24 11:19:09 +00:00
parent af1cdccda2
commit 4c44df46f8
-1
View File
@@ -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;