Fixed warnings

This commit is contained in:
Fayeed Pawaskar
2023-07-24 12:41:56 +05:30
parent 1dcc1ca524
commit 7248425a76
5 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ use crate::types::HeapCellValueTag;
use std::cell::{Cell, Ref, RefCell, RefMut};
use std::fmt;
use std::hash::{Hash, Hasher};
use std::io::{Error as IOError};
use std::io::Error as IOError;
use std::ops::{Deref, Neg};
use std::rc::Rc;
use std::vec::Vec;