allow an unused import

This commit is contained in:
Simon Gardling 2022-02-28 11:12:25 -05:00
parent 2943270bbd
commit 0f4b235139

View File

@ -1,4 +1,6 @@
#[allow(unused_imports)]
use crate::misc::debug_log; use crate::misc::debug_log;
use eframe::egui::{plot::Value, widgets::plot::Bar}; use eframe::egui::{plot::Value, widgets::plot::Bar};
use meval::Expr; use meval::Expr;