summaryrefslogtreecommitdiff
path: root/chain/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'chain/src/lib.rs')
-rw-r--r--chain/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/chain/src/lib.rs b/chain/src/lib.rs
index f16ebb2..10143dd 100644
--- a/chain/src/lib.rs
+++ b/chain/src/lib.rs
@@ -321,7 +321,7 @@ pub trait Chain: LabelExtGraph<Edge> {
// purpose, but I have not figured out yet wha the correct trait
// should be.
/// The type of output item that will be produced by this machine.
- type Item: item::Forest<grammar::GrammarLabel>;
+ type Item: forest::Forest<grammar::GrammarLabel>;
/// Signal to the parser that the end of the input is reached, so
/// that the parser knows to generate suitable forests.