Skip to content

Commit

Permalink
优化 xddcc 修复。
Browse files Browse the repository at this point in the history
  • Loading branch information
learturely committed Sep 18, 2024
1 parent 42c85d6 commit 00a0a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xddcc/tools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use cxsign::user::Session;
use log::{debug, error};
use serde::{Deserialize, Serialize};
use std::error::Error as ErrorTrait;
use std::ops::RangeBounds;
use std::{collections::HashMap, hash::Hash};

pub(crate) fn json_parsing_error_handler<T>(e: impl ErrorTrait) -> T {
Expand Down

0 comments on commit 00a0a68

Please sign in to comment.