File tree 2 files changed +2
-2
lines changed 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"
41
41
[package .metadata .ci ]
42
42
# The versions of the stable and nightly compiler toolchains to use in CI.
43
43
pinned-stable = " 1.81.0"
44
- pinned-nightly = " nightly-2024-10-14 "
44
+ pinned-nightly = " nightly-2024-10-16 "
45
45
46
46
[package .metadata .docs .rs ]
47
47
all-features = true
Original file line number Diff line number Diff line change 203
203
// `unknown_lints` is `warn` by default and we deny warnings in CI, so without
204
204
// this attribute, any unknown lint would cause a CI failure when testing with
205
205
// our MSRV.
206
- #![ allow( unknown_lints, unreachable_patterns) ]
206
+ #![ allow( unknown_lints, non_local_definitions , unreachable_patterns) ]
207
207
#![ deny( renamed_and_removed_lints) ]
208
208
#![ deny(
209
209
anonymous_parameters,
You can’t perform that action at this time.
0 commit comments