Skip to content
Snippets Groups Projects
Verified Commit ffaf73df authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: combine lint allowances in lib.rs

parent c7aab31d
No related branches found
No related tags found
No related merge requests found
Pipeline #5417 passed
#![allow(unknown_lints, clippy::manual_c_str_literals)]
#[allow(static_mut_refs)]
#![allow(static_mut_refs, clippy::manual_c_str_literals)]
pub mod consts;
pub mod core;
pub mod palettes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment