Skip to content

Commit

Permalink
Remove core::f32 import from flexbox.rs (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Oct 18, 2023
1 parent daa07e0 commit 23ff477
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compute/flexbox.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! Computes the [flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) layout algorithm on [`Taffy`](crate::Taffy) according to the [spec](https://www.w3.org/TR/css-flexbox-1/)
use core::f32;

use crate::compute::common::alignment::compute_alignment_offset;
use crate::geometry::{Line, Point, Rect, Size};
use crate::prelude::{TaffyMaxContent, TaffyMinContent};
Expand Down

0 comments on commit 23ff477

Please sign in to comment.