]> Repositorios git - scryer-prolog.git/commitdiff
fix legacy int constants
authorBennet Bleßmann <[email protected]>
Thu, 31 Jul 2025 19:35:55 +0000 (21:35 +0200)
committerBennet Bleßmann <[email protected]>
Thu, 31 Jul 2025 19:47:04 +0000 (21:47 +0200)
src/parser/ast.rs

index da9353ecf8bb771d5128c2499ade8920f4554665..18389225f22085a64219d53ba9741f0d6027ad06 100644 (file)
@@ -10,7 +10,6 @@ use std::cell::{Cell, Ref, RefCell, RefMut};
 use std::fmt;
 use std::hash::Hash;
 use std::hash::Hasher;
-use std::i64;
 use std::io::{Error as IOError, ErrorKind};
 use std::ops::Not;
 use std::ops::RangeInclusive;