Skip to content

Commit

Permalink
MPQ: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Feb 3, 2025
1 parent f35cb08 commit 763889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpq-rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! A library for reading MPQ archives
#![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]
#![allow(clippy::unreadable_literal)]

mod archive;
mod chain;
Expand Down

0 comments on commit 763889a

Please sign in to comment.