From: Bennet Bleßmann Date: Thu, 31 Jul 2025 19:35:55 +0000 (+0200) Subject: fix legacy int constants X-Git-Tag: v0.10.0~35^2~1^2~14 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=1d26f98688fc4df8723072ba83366063585bf14e;p=scryer-prolog.git fix legacy int constants --- diff --git a/src/parser/ast.rs b/src/parser/ast.rs index da9353ec..18389225 100644 --- a/src/parser/ast.rs +++ b/src/parser/ast.rs @@ -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;