Fix some warnings

This commit is contained in:
Sofia 2025-07-13 23:14:51 +03:00
parent cbb1be1161
commit d99c450e61
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@
use std::{cell::RefCell, rc::Rc}; use std::{cell::RefCell, rc::Rc};
use llvm_sys::core::LLVMBuildArrayAlloca;
use crate::{ use crate::{
BlockData, ConstValue, FunctionData, Instr, InstructionData, ModuleData, TerminatorKind, Type, BlockData, ConstValue, FunctionData, Instr, InstructionData, ModuleData, TerminatorKind, Type,
util::match_types, util::match_types,

View File

@ -1,5 +1,3 @@
use crate::ast::VariableReference;
use super::*; use super::*;
#[derive(Debug, Clone)] #[derive(Debug, Clone)]