Skip to content

Commit 3f8d616

Browse files
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)SteveL-MSFT
authored andcommitted
remove install of clippy
1 parent fd076a1 commit 3f8d616

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.ps1

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -341,18 +341,6 @@ if (!$SkipBuild) {
341341
& $rustup target add --toolchain $channel $architecture
342342
}
343343

344-
if ($Clippy -and $null -eq (Get-Command cargo-clippy -ErrorAction Ignore)) {
345-
Write-Verbose -Verbose "Installing cargo-clippy"
346-
if ($UseCFS) {
347-
cargo install clippy --config .cargo/config.toml
348-
} else {
349-
cargo install clippy
350-
}
351-
if ($LASTEXITCODE -ne 0) {
352-
throw "Failed to install cargo-clippy"
353-
}
354-
}
355-
356344
if (Test-Path $target) {
357345
Remove-Item $target -Recurse -ErrorAction Ignore
358346
}

0 commit comments

Comments
 (0)