Skip to content

Commit

Permalink
chore: new lint structure
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 8, 2024
1 parent afbe95b commit 7a4dab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontends/libretro/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![allow(unknown_lints, clippy::manual_c_str_literals)]
#[allow(static_mut_refs)]

pub mod consts;
pub mod palettes;
pub mod structs;
Expand Down

0 comments on commit 7a4dab3

Please sign in to comment.