Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed May 14, 2024
1 parent 0d47640 commit 14fd079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngram.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use counter::Counter;
use ahash::AHashMap;
use counter::Counter;

/// Here the tokens' type is `&[String]` rather than `&Vec<String>`
/// to fix `clippy::not_unsafe_ptr_arg_deref` error.
Expand Down

0 comments on commit 14fd079

Please sign in to comment.