Skip to content

Commit 4b20cc4

Browse files
committed
Use nightly-2021-10-11 to account for proc_macro2 update
1 parent d3d7679 commit 4b20cc4

File tree

13 files changed

+76
-76
lines changed

13 files changed

+76
-76
lines changed

examples/allow_clippy/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/clippy/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/clippy/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2021-10-07"
2+
channel = "nightly-2021-10-11"
33
# smoelius: The `or_fun_call` test passes only if `rust-src` is installed.
44
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

examples/env_literal/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/env_literal/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-10-07"
2+
channel = "nightly-2021-10-11"
33
components = ["llvm-tools-preview", "rustc-dev"]

examples/nonreentrant_function_in_test/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-10-07"
2+
channel = "nightly-2021-10-11"
33
components = ["llvm-tools-preview", "rustc-dev"]

examples/path_separator_in_string_literal/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-10-07"
2+
channel = "nightly-2021-10-11"
33
components = ["llvm-tools-preview", "rustc-dev"]

examples/question_mark_in_expression/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)