Fix warnings

This commit is contained in:
bakaq
2024-09-06 17:56:12 -03:00
parent ada9ba98cc
commit d32f3ee2f3
17 changed files with 10 additions and 214 deletions

View File

@@ -1,3 +1,5 @@
#![allow(dead_code)]
use crate::atom_table::*;
use crate::machine::heap::*;
use crate::types::*;