diff options
Diffstat (limited to 'graph/src/labelled/mod.rs')
-rw-r--r-- | graph/src/labelled/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graph/src/labelled/mod.rs b/graph/src/labelled/mod.rs index 61e3014..fa26bc4 100644 --- a/graph/src/labelled/mod.rs +++ b/graph/src/labelled/mod.rs @@ -15,6 +15,6 @@ pub mod double; pub use double::{DLGBuilder, DLGraph}; -pub mod single; +pub mod binary; -pub use single::SLGraph; +// pub use binary::BLGraph; |