cleanup
- fix some warnings and mark others as expected - make use of the msrv bump to 1.93.1 and cleanup compat and workarounds
This commit is contained in:
@@ -54,6 +54,8 @@ pub mod wasm;
|
||||
/// The entry point for the Scryer Prolog CLI.
|
||||
pub fn run_binary() -> std::process::ExitCode {
|
||||
use crate::atom_table::Atom;
|
||||
|
||||
#[cfg(feature = "repl")]
|
||||
use crate::machine::INTERRUPT;
|
||||
|
||||
#[cfg(feature = "repl")]
|
||||
|
||||
Reference in New Issue
Block a user