address upcoming clippy warnings (#1089)

This commit is contained in:
bmc-msft
2021-07-20 13:19:50 -04:00
committed by GitHub
parent 77aaa5b88c
commit 9c30183036
23 changed files with 48 additions and 51 deletions

View File

@ -38,7 +38,7 @@ fn print_version(include_sha: bool, include_local: bool, sha: &str) -> Result<()
if include_sha {
version.push('-');
version.push_str(&sha);
version.push_str(sha);
// if we're a non-release build, check to see if git has
// unstaged changes