Skip to content

Commit

Permalink
Comment unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jul 31, 2024
1 parent 8f271fa commit 841a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom/src/stylo_to_taffy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod stylo {
pub(crate) use style::properties::longhands::position::computed_value::T as Position;
pub(crate) use style::properties::style_structs::{Margin, Padding};
pub(crate) use style::values::computed::text::TextAlign;
pub(crate) use style::values::computed::Float;
// pub(crate) use style::values::computed::Float;
pub(crate) use style::values::computed::GridLine;
pub(crate) use style::values::computed::GridTemplateComponent;
pub(crate) use style::values::computed::ImplicitGridTracks;
Expand Down

0 comments on commit 841a10a

Please sign in to comment.