Skip to content

Commit 7dc2692

Browse files
committed
Syntax
1 parent 7302e57 commit 7dc2692

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ function Get-rust-AdditionalValidationPackagesFromPackageSet ($packagesWithChang
141141

142142
# $GetPackageInfoFromPackageFileFn = "Get-${Language}-PackageInfoFromPackageFile"
143143
function Get-rust-PackageInfoFromPackageFile([IO.FileInfo]$pkg, [string]$workingDirectory) {
144-
#$pkg will be a FileInfo object for the Cargo.toml file in a package artifact directory
145-
146144
# Create a temporary folder for extraction
147145
$extractionPath = Join-Path ([System.IO.Path]::GetTempPath()), ([System.IO.Path]::GetRandomFileName())
148146
New-Item -ItemType Directory -Path $extractionPath | Out-Null

0 commit comments

Comments
 (0)