We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7877f commit f973ee0Copy full SHA for f973ee0
1 file changed
src/util/common.rs
@@ -119,7 +119,7 @@ pub fn split_and_expand(build_script_path: &Path) -> Result<Vec<String>> {
119
.into_iter()
120
.map(|arg| expand(&arg, Some(build_script_path)))
121
.collect::<Result<Vec<_>>>()?;
122
- eprintln!("expanded `BUILD_WRAP_CMD`: {:#?}", &expanded_args);
+ eprintln!("expanded `BUILD_WRAP_CMD`: {expanded_args:#?}");
123
ensure!(
124
!expanded_args.is_empty(),
125
"expanded `BUILD_WRAP_CMD` is empty or all whitespace"
0 commit comments