summaryrefslogtreecommitdiff
path: root/forest/src
diff options
context:
space:
mode:
Diffstat (limited to 'forest/src')
-rw-r--r--forest/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/forest/src/lib.rs b/forest/src/lib.rs
index 02c5fcd..0b1092f 100644
--- a/forest/src/lib.rs
+++ b/forest/src/lib.rs
@@ -6,10 +6,6 @@
//! parse forest, or SPPF. It packs sub-trees with the same parents
//! under the same branch, and lets nodes from different branches
//! share the same children, and hence the name.
-//!
-//! What is special here is that the forests are marked with some
-//! out-coming and in-coming plugs. These plugs are used to join
-//! different fragments of forests together.
use graph::{error::Error as GError, GraphLabel, LabelGraph, ParentsGraph};