remove use statements from main.rs that temporary replaced extern crate and fixed paths that previously used them
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use crate::heap_iter::*;
|
||||
use crate::machine::*;
|
||||
use crate::prolog_parser_rebis::temp_v;
|
||||
use prolog_parser_rebis::temp_v;
|
||||
|
||||
use crate::indexmap::IndexSet;
|
||||
use indexmap::IndexSet;
|
||||
|
||||
use std::cmp::Ordering;
|
||||
use std::vec::IntoIter;
|
||||
|
||||
Reference in New Issue
Block a user