Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Feb 14, 2024
1 parent cdac517 commit fc52aaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/core/text/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ mod _serde;
use std::{fmt::Display, ops::Add};

pub use error::Error;
use iter::Iter;
pub use iter::StyledIter;
pub use iter::{Iter, StyledIter};
pub use style::Style;

/// A text component.
Expand Down

0 comments on commit fc52aaf

Please sign in to comment.