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

fix: allow uninlined format args

parent decc7341
No related branches found
No related tags found
No related merge requests found
Pipeline #2167 passed
#![allow(clippy::uninlined_format_args)]
/// Build script (https://doc.rust-lang.org/cargo/reference/build-scripts.html) /// Build script (https://doc.rust-lang.org/cargo/reference/build-scripts.html)
/// This script is executed as the first step in the compilation process. /// This script is executed as the first step in the compilation process.
/// Here we export metadata constants to a `constants/generated.rs` file which is then /// Here we export metadata constants to a `constants/generated.rs` file which is then
......
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