Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Aug 4, 2024
1 parent c5a955d commit 98a06cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/src/languages.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use lazy_static::lazy_static;
use regex::{Regex, RegexBuilder};
use regex::RegexBuilder;
use serde_json::from_str;
use std::collections::HashMap;
use std::sync::Mutex;
Expand Down

0 comments on commit 98a06cb

Please sign in to comment.