From 1d26f98688fc4df8723072ba83366063585bf14e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bennet=20Ble=C3=9Fmann?= Date: Thu, 31 Jul 2025 21:35:55 +0200 Subject: [PATCH] fix legacy int constants --- src/parser/ast.rs | 1 - 1 file changed, 1 deletion(-) 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; -- 2.54.0