cli: apply lint fixes

This commit is contained in:
Connor Peet
2022-10-12 22:39:57 -07:00
parent a8108049ab
commit 8991187c38
3 changed files with 3 additions and 5 deletions

View File

@@ -418,7 +418,7 @@ mod tests {
.to_string_lossy()
.to_string();
assert_eq!(
RequestedVersion::try_from((&exe).as_str()).unwrap(),
RequestedVersion::try_from(exe.as_str()).unwrap(),
RequestedVersion::Path(exe),
);
}