Skip to content

Commit d3e44e2

Browse files
[ci] Roll pinned nightly toolchain (#1928)
And allow `non_local_definitions`.
1 parent 70e5ef4 commit d3e44e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ zerocopy-diagnostic-on-unimplemented = "1.78.0"
4141
[package.metadata.ci]
4242
# The versions of the stable and nightly compiler toolchains to use in CI.
4343
pinned-stable = "1.81.0"
44-
pinned-nightly = "nightly-2024-10-14"
44+
pinned-nightly = "nightly-2024-10-16"
4545

4646
[package.metadata.docs.rs]
4747
all-features = true

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
// `unknown_lints` is `warn` by default and we deny warnings in CI, so without
204204
// this attribute, any unknown lint would cause a CI failure when testing with
205205
// our MSRV.
206-
#![allow(unknown_lints, unreachable_patterns)]
206+
#![allow(unknown_lints, non_local_definitions, unreachable_patterns)]
207207
#![deny(renamed_and_removed_lints)]
208208
#![deny(
209209
anonymous_parameters,

0 commit comments

Comments
 (0)