chore(grid): remove unused Item struct

This commit is contained in:
Michael Aaron Murphy 2023-10-12 13:15:09 +02:00 committed by Michael Murphy
parent 7ee1f545e1
commit 21cc4124f0
3 changed files with 3 additions and 21 deletions

View file

@ -7,9 +7,9 @@ use iced_core::layout::{Limits, Node};
use iced_core::{Alignment, Length, Padding, Point, Size};
use taffy::geometry::{Line, Rect};
use taffy::style::{AlignContent, AlignItems, Dimension, Display, GridPlacement, Style};
use taffy::style::{AlignItems, Dimension, Display, GridPlacement, Style};
use taffy::style_helpers::{auto, length};
use taffy::{LayoutTree, Taffy};
use taffy::Taffy;
#[allow(clippy::too_many_lines)]
pub fn resolve<Message>(