Skip to content

Commit

Permalink
Merge pull request #2 from rustadopt/pr62
Browse files Browse the repository at this point in the history
(ansi-term PR 62) Make `Color` a type alias
  • Loading branch information
gierens authored Aug 29, 2023
2 parents 0352743 + 5870767 commit 1afa971
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 1afa971

Please sign in to comment.