diff --git a/build.rs b/build.rs index 341df2effed77b6c037bbbcb7a43acc8ecfb7563..6eb60c6c92be67d7ee43c8c3ec5cdf3c28a069ba 100644 --- a/build.rs +++ b/build.rs @@ -1,3 +1,5 @@ +#![allow(clippy::uninlined_format_args)] + /// Build script (https://doc.rust-lang.org/cargo/reference/build-scripts.html) /// 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