diff options
Diffstat (limited to 'exes/rest/src')
| -rw-r--r-- | exes/rest/src/handler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/rest/src/handler.rs b/exes/rest/src/handler.rs index c80132f..cd867fe 100644 --- a/exes/rest/src/handler.rs +++ b/exes/rest/src/handler.rs @@ -18,7 +18,7 @@ use std::{ sync::Arc, time::SystemTime, }; -use tracing::{debug_span, error, info_span, log::trace, Instrument}; +use tracing::{debug_span, error, info_span, trace, Instrument}; use twilight_http_ratelimiting::{Method, Path}; use crate::{config::ReverseProxy, ratelimit_client::RemoteRatelimiter}; |
