We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf42518 commit 21a9610Copy full SHA for 21a9610
1 file changed
clang-installer/src/downloader/native_packages/windows.rs
@@ -112,8 +112,6 @@ impl PackageManager for WindowsPackageManager {
112
{
113
// found the package, check version
114
if let Some(ver_cmp) = ver_cmp.clone() {
115
- // skip id and get version
116
- l.next();
117
if let Some(ver_str) = l.next()
118
&& let Ok(ver) = Version::parse(ver_str)
119
0 commit comments