Removes all warnings

This commit is contained in:
2026-02-09 22:38:23 +01:00
parent 5b9df71704
commit c920ef8d99
4 changed files with 15 additions and 40 deletions

View File

@ -1,10 +1,9 @@
use std::{cell::RefCell, default, fmt::Display, rc::Rc};
use log::info;
use owo_colors::{
OwoColorize, Style,
colors::css::{DarkGray, Gray},
};
use std::fmt::Display;
use crate::ast::Variable;