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,8 +1,5 @@
use std::fmt::Display;
use owo_colors::{OwoColorize, colors::css::Gray};
use crate::prover::tracing::colored_var;
use std::fmt::Display;
pub type Variable = String;