diff options
Diffstat (limited to 'graph/src/labelled/mod.rs')
-rw-r--r-- | graph/src/labelled/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graph/src/labelled/mod.rs b/graph/src/labelled/mod.rs index 2bbc7ec..fb7b405 100644 --- a/graph/src/labelled/mod.rs +++ b/graph/src/labelled/mod.rs @@ -17,5 +17,3 @@ pub use double::{DLGBuilder, DLGraph}; pub mod binary; pub use binary::{PLGBuilderMut, PLGraph}; - -// pub use binary::BLGraph; |