File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
4343pinned-stable = " 1.81.0"
44- pinned-nightly = " nightly-2024-10-14 "
44+ pinned-nightly = " nightly-2024-10-16 "
4545
4646[package .metadata .docs .rs ]
4747all-features = true
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments