Skip to content

Commit

Permalink
fix: Allow dead code first
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 18, 2024
1 parent bc0ccb0 commit 1c6889e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

mod server;
mod handler;
mod packet;
Expand Down

0 comments on commit 1c6889e

Please sign in to comment.