fix legacy int constants

This commit is contained in:
Bennet Bleßmann
2025-07-31 21:35:55 +02:00
committed by Bennet Bleßmann
parent 58b9a6ad69
commit 1d26f98688

View 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;