rename prolog_parser_rebis to prolog_parser
also remove remaining extern crate statements that slipped through earlier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use core::marker::PhantomData;
|
||||
|
||||
use prolog_parser_rebis::ast::Constant;
|
||||
use prolog_parser::ast::Constant;
|
||||
|
||||
use crate::machine::machine_indices::*;
|
||||
use crate::machine::partial_string::*;
|
||||
|
||||
Reference in New Issue
Block a user