Merge remote-tracking branch 'origin/main' into connor4312/cli-self-update

This commit is contained in:
Connor Peet
2022-10-14 14:23:41 -07:00
1157 changed files with 24741 additions and 16508 deletions

View File

@@ -419,7 +419,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),
);
}