We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd3595 commit 0600188Copy full SHA for 0600188
src/game_server/packets/handleable/req_chars.rs
@@ -14,7 +14,6 @@ impl HandleablePacket for RequestChars {
14
type HandlerType = LoginHandler;
15
16
#[instrument(skip_all)]
17
- #[allow(clippy::cast_possible_truncation)]
18
async fn handle(&self, gs: &mut Self::HandlerType) -> Result<(), PacketRun> {
19
let db_pool = gs.get_db_pool_mut();
20
let chars =
0 commit comments