mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
fix: clippy
This commit is contained in:
parent
c5a955dd8f
commit
98a06cb22f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue