Skip to content

Commit

Permalink
change warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiaha committed Nov 21, 2024
1 parent 05773f3 commit f16d15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![expect(static_mut_refs)]
#![allow(static_mut_refs)]
#![allow(dead_code)]
#![allow(non_snake_case)] // Allow so we don't get a warning about the uppercase name.

Expand Down

0 comments on commit f16d15c

Please sign in to comment.