Skip to content

Commit 04111c4

Browse files
smoeliusgithub-actions[bot]
authored andcommitted
Upgrade examples
1 parent 5869176 commit 04111c4

33 files changed

Lines changed: 161 additions & 99 deletions

File tree

Cargo.lock

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

examples/experimental/derive_opportunity/Cargo.lock

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

examples/experimental/derive_opportunity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name = "ui_ignore"
2222
path = "ui_ignore/main.rs"
2323

2424
[dependencies]
25-
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "0450db33a5d8587f7c1d4b6d233dac963605766b" }
25+
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "c950602c01b2a68b7502388d440270d4e3ee64aa" }
2626
once_cell = "1.21"
2727
serde = "1.0"
2828

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

examples/experimental/missing_doc_comment_openai/Cargo.lock

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

examples/experimental/missing_doc_comment_openai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "0450db33a5d8587f7c1d4b6d233dac963605766b" }
13+
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "c950602c01b2a68b7502388d440270d4e3ee64aa" }
1414
curl = "0.4"
1515
serde = "1.0"
1616
serde_json = "1.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2025-05-14"
2+
channel = "nightly-2025-06-26"
33
components = ["llvm-tools-preview", "rustc-dev"]

examples/experimental/overscoped_allow/Cargo.lock

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

examples/experimental/overscoped_allow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "ui_test/main.rs"
2020
[dependencies]
2121
anyhow = "1.0"
2222
cargo_metadata = "0.19"
23-
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "0450db33a5d8587f7c1d4b6d233dac963605766b" }
23+
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "c950602c01b2a68b7502388d440270d4e3ee64aa" }
2424
once_cell = "1.21"
2525
serde = "1.0"
2626
serde_json = "1.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2025-05-14"
2+
channel = "nightly-2025-06-26"
33
components = ["llvm-tools-preview", "rustc-dev"]

0 commit comments

Comments
 (0)