update use statement to match new name

This commit is contained in:
bitfl0wer 2023-04-07 21:52:09 +02:00
parent bddce47896
commit 79cdc6e315
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use crate::gateway::Gateway;
use crate::http::Http;
use crate::limit::Ratelimiter;
use crate::limit::LimitedRequester;
struct ClientBuilder {}