Skip to content

Commit

Permalink
[ci] Roll pinned nightly toolchain
Browse files Browse the repository at this point in the history
And allow `non_local_definitions`.
  • Loading branch information
google-pr-creation-bot authored and jswrenn committed Oct 17, 2024
1 parent 70e5ef4 commit 7cb0bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ zerocopy-diagnostic-on-unimplemented = "1.78.0"
[package.metadata.ci]
# The versions of the stable and nightly compiler toolchains to use in CI.
pinned-stable = "1.81.0"
pinned-nightly = "nightly-2024-10-14"
pinned-nightly = "nightly-2024-10-16"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
// `unknown_lints` is `warn` by default and we deny warnings in CI, so without
// this attribute, any unknown lint would cause a CI failure when testing with
// our MSRV.
#![allow(unknown_lints, unreachable_patterns)]
#![allow(non_local_definitions, unknown_lints, unreachable_patterns)]
#![deny(renamed_and_removed_lints)]
#![deny(
anonymous_parameters,
Expand Down

0 comments on commit 7cb0bae

Please sign in to comment.