Skip to content

Commit 80fbf61

Browse files
committed
fix CI
1 parent f738c98 commit 80fbf61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

parser/src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use ariadne::{Color, ColorGenerator, Fmt, Label, Report, ReportKind, Source};
1+
use ariadne::{Color, Label, Report, ReportKind, Source};
22
use lexer::{LexingError, Span};
33
use thiserror::Error;
44

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mod utils;
99

1010
use bumpalo::Bump;
1111
use color_eyre::Result;
12-
use parser::{Lexer, Parser};
12+
use parser::Parser;
1313

1414
use crate::utils::{ensure_consistent_panic, exit_err};
1515

0 commit comments

Comments
 (0)