Skip to content

Commit 0600188

Browse files
committed
Remove unnecessary clippy allow rule
1 parent 5bd3595 commit 0600188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/game_server/packets/handleable/req_chars.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ impl HandleablePacket for RequestChars {
1414
type HandlerType = LoginHandler;
1515

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

0 commit comments

Comments
 (0)