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

refactor: new global allow clippy rule

Adds an extra EOL.
parent 68c93e10
No related branches found
No related tags found
No related merge requests found
Pipeline #2100 passed
#![allow(clippy::uninlined_format_args)]
pub mod data; pub mod data;
pub mod util; pub mod util;
......
#![allow(clippy::uninlined_format_args)] #![allow(clippy::uninlined_format_args)]
pub mod cpu; pub mod cpu;
pub mod data; pub mod data;
pub mod gb; pub mod gb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment