Skip to content

Commit

Permalink
feat: re-export ParseColorError as style::ParseColorError (#1086)
Browse files Browse the repository at this point in the history
Fixes: #1085
  • Loading branch information
joshka authored May 4, 2024
1 parent baedc39 commit 4d1784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ use bitflags::bitflags;
mod color;
mod stylize;

pub use color::Color;
pub use color::{Color, ParseColorError};
pub use stylize::{Styled, Stylize};
pub mod palette;

Expand Down

0 comments on commit 4d1784f

Please # to comment.