mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-19 21:13:46 +00:00
address upcoming clippy warnings (#1089)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user