Skip to content

Commit

Permalink
chore(core): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 3, 2025
1 parent c956a02 commit 1a8d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod token_kind;
mod vec_ext;
mod word_metadata;

use std::{collections::VecDeque, iter::once};
use std::collections::VecDeque;

pub use char_string::{CharString, CharStringExt};
pub use document::Document;
Expand Down

0 comments on commit 1a8d50d

Please sign in to comment.