Skip to content

Commit 35376ba

Browse files
authored
Merge pull request #1802 from rust-lang/master
Deploy
2 parents 6926610 + 4d33d5d commit 35376ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+962
-1294
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
rustup component add rustfmt
1515
cargo fmt --all -- --check
1616
17-
- name: Correct Nightly Version
18-
# Ensure everything is run and tested with the same nightly version
19-
run: ci/check-nightly-version.sh
20-
2117
- name: Test
2218
run: |
2319
set -euo pipefail

0 commit comments

Comments
 (0)