mirror of https://github.com/telemt/telemt.git
Merge pull request #222 from vladon/fix/unused-import-warning
fix: add #[cfg(test)] to unused ProxyError import
This commit is contained in:
commit
d9ae7bb044
|
|
@ -7,6 +7,7 @@
|
|||
#![allow(dead_code)]
|
||||
|
||||
use crate::crypto::{sha256_hmac, SecureRandom};
|
||||
#[cfg(test)]
|
||||
use crate::error::ProxyError;
|
||||
use super::constants::*;
|
||||
use std::time::{SystemTime, UNIX_EPOCH};
|
||||
|
|
|
|||
Loading…
Reference in New Issue