Skip to content

Commit

Permalink
Make Color a type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 authored and gierens committed Aug 29, 2023
1 parent 0352743 commit 5870767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ mod style;
pub use style::{Colour, Style};

/// Color is a type alias for `Colour`.
pub use Colour as Color;
pub type Color = Colour;

mod difference;
mod display;
Expand Down

0 comments on commit 5870767

Please sign in to comment.