remove use statements from main.rs that temporary replaced extern crate and fixed paths that previously used them
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::indexmap::IndexMap;
|
||||
use indexmap::IndexMap;
|
||||
|
||||
use crate::prolog_parser_rebis::ast::*;
|
||||
use crate::prolog_parser_rebis::temp_v;
|
||||
use prolog_parser_rebis::ast::*;
|
||||
use prolog_parser_rebis::temp_v;
|
||||
|
||||
use crate::allocator::*;
|
||||
use crate::fixtures::*;
|
||||
|
||||
Reference in New Issue
Block a user