Fixed warnings

This commit is contained in:
Michael Schimmel
2026-02-17 11:33:32 +01:00
parent b19fd4b097
commit 2c612adc49
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use std::sync::Arc;
use crate::ast::types::Value;
use crate::ast::nodes::{Node, CustomNode};
use crate::ast::nodes::Node;
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum Address {