Fix warnings and remove dbg!

This commit is contained in:
Ian Douglas Scott 2025-02-10 12:04:20 -08:00
parent ca5db9cc8e
commit 52bbc6c083
3 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,4 @@
use cosmic::iced::{advanced::layout::flex::Axis, Length};
use std::marker::PhantomData;
use super::{
axis_toplevel_layout::{AxisPoint, AxisRectangle, AxisSize, AxisToplevelLayout},