Make UniqueContactPathGenerator pub
This commit is contained in:
parent
719daf952b
commit
672873c2f1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ use error::ContactError as CE;
|
||||||
use error::Result;
|
use error::Result;
|
||||||
use util;
|
use util;
|
||||||
|
|
||||||
struct UniqueContactPathGenerator;
|
pub struct UniqueContactPathGenerator;
|
||||||
impl UniqueRefPathGenerator for UniqueContactPathGenerator {
|
impl UniqueRefPathGenerator for UniqueContactPathGenerator {
|
||||||
type Error = CE;
|
type Error = CE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue