summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-01-08 01:59:24 +0300
committersyn <isaqtm@gmail.com>2021-01-08 01:59:24 +0300
commit966c1590748a307f80a0f38e7a0b3d5f4f7b34a4 (patch)
tree974a3b609035308a7f71b5383bb521db4daa4ec5
parentc34d53ab56926c21c703683584cab5653f17ebe0 (diff)
downloadtdlib-rs-966c1590748a307f80a0f38e7a0b3d5f4f7b34a4.tar.gz
clean up imports
-rw-r--r--src/client/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs
index 39c6b50..445c1d8 100644
--- a/src/client/mod.rs
+++ b/src/client/mod.rs
@@ -17,7 +17,7 @@ mod responder;
use crate::raw_ptr::TdPtr;
use crate::update::Handler;
use crossbeam::channel::{self, Sender};
-use log::{debug, error};
+use log::error;
use serde::{de::DeserializeOwned, ser::Serialize};
use serde_json::Value as JsonValue;
use std::{