You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve uninlined_format_args pedantic clippy lint in build script
warning: variables can be used directly in the `format!` string
--> build.rs:140:9
|
140 | / eprintln!(
141 | | "Environment variable ${} is not set during execution of build script",
142 | | key,
143 | | );
| |_________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
= note: `-W clippy::uninlined-format-args` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::uninlined_format_args)]`
0 commit comments