Skip to content

Commit

Permalink
Remove unnecessary clippy allow rule
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijan committed Dec 14, 2024
1 parent 5bd3595 commit 0600188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game_server/packets/handleable/req_chars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ impl HandleablePacket for RequestChars {
type HandlerType = LoginHandler;

#[instrument(skip_all)]
#[allow(clippy::cast_possible_truncation)]
async fn handle(&self, gs: &mut Self::HandlerType) -> Result<(), PacketRun> {
let db_pool = gs.get_db_pool_mut();
let chars =
Expand Down

0 comments on commit 0600188

Please sign in to comment.