Skip to content

Commit

Permalink
fix: trivial failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jun 21, 2024
1 parent ba35d1b commit 4fb5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-core/src/linting/an_a.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::borrow::Cow;

use itertools::Itertools;

use crate::{CharStringExt, Document, Lint, LintKind, Linter, Suggestion, TokenStringExt};
use crate::{Document, Lint, LintKind, Linter, Suggestion, TokenStringExt};

#[derive(Debug, Default)]
pub struct AnA;
Expand Down

0 comments on commit 4fb5ad8

Please sign in to comment.