Skip to content

Commit 8211c8c

Browse files
committed
remove comments
1 parent 61be6f5 commit 8211c8c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/msrv.sh

-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ echo
5353
# Check MSRV for the packages
5454
for package in $packages; do
5555
package=$(echo "$package" | tr -d '\r\n') # Remove any newline and carriage return characters
56-
echo "Processing pacakge:"$package":"
57-
echo "Running MSRV check for $package with Rust $installed_version"
58-
echo "Current working directory: $(pwd)"
5956
echo "Command: rustup run \"$installed_version\" cargo check --manifest-path=\"$package\" --all-features"
60-
echo "Package length: ${#package}"
6157
rustup run "$installed_version" cargo check --manifest-path=$package --all-features
6258
done

0 commit comments

Comments
 (0)