Skip to content

Commit

Permalink
Pls clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Aug 30, 2023
1 parent 5002450 commit 370fe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/auth/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::errors::ChorusResult;
use crate::gateway::Gateway;
use crate::instance::{ChorusUser, Instance};
use crate::ratelimiter::ChorusRequest;
use crate::types::{GatewayIdentifyPayload, LimitType, LoginResult, LoginSchema, User};
use crate::types::{GatewayIdentifyPayload, LimitType, LoginResult, LoginSchema};

impl Instance {
/// Logs into an existing account on the spacebar server.
Expand Down

0 comments on commit 370fe44

Please sign in to comment.