Remove redundant imports

This commit is contained in:
Kitaiti Makoto
2021-01-16 12:12:13 +09:00
parent 7c00d4a88a
commit 1a24ba44b2
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,6 +1,5 @@
use crate::CATALOG;
use serde::{Deserialize, Serialize};
use serde_json;
use std::sync::Mutex;
use stdweb::{
unstable::{TryFrom, TryInto},