summaryrefslogtreecommitdiff
path: root/chain/src/default.rs
diff options
context:
space:
mode:
Diffstat (limited to 'chain/src/default.rs')
-rw-r--r--chain/src/default.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/chain/src/default.rs b/chain/src/default.rs
index 11f0c93..85e3c8f 100644
--- a/chain/src/default.rs
+++ b/chain/src/default.rs
@@ -8,9 +8,11 @@
use super::*;
use crate::atom::{Atom, DefaultAtom};
use crate::item::{
- default::DefaultForest, generate_fragment, genins::index_out_of_bounds_conversion, Forest,
- ForestLabel, ForestLabelError,
+ default::DefaultForest, generate_fragment, genins::index_out_of_bounds_conversion,
};
+
+use forest::{Forest, ForestLabel, ForestLabelError};
+
use grammar::{GrammarLabel, GrammarLabelType, START_NONTERMINAL, TNT};
#[allow(unused_imports)]
use graph::{