Skip to content

Commit

Permalink
Update simple.rs to use ariadne::Color
Browse files Browse the repository at this point in the history
  • Loading branch information
gimbling-away authored and zesterer committed Mar 12, 2024
1 parent 8b6a08b commit a45d833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/simple.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use yansi::Color;
use ariadne::{Report, ReportKind, Label, Source, Config};
use ariadne::{Report, ReportKind, Label, Source, Config, Color};

fn main() {
Report::build(ReportKind::Error, (), 34)
Expand Down

0 comments on commit a45d833

Please sign in to comment.