Make UniqueContactPathGenerator pub

This commit is contained in:
Matthias Beyer 2018-02-14 12:35:42 +01:00
parent 719daf952b
commit 672873c2f1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ use error::ContactError as CE;
use error::Result;
use util;
struct UniqueContactPathGenerator;
pub struct UniqueContactPathGenerator;
impl UniqueRefPathGenerator for UniqueContactPathGenerator {
type Error = CE;