Skip to content

Commit 1286d73

Browse files
authored
Update rust-toolchain to nightly-2023-10-06 (#56541)
This: - Updates rust-toolchain to nightly-2023-10-06 - Removes allowing clippy rules for needless_pass_by_ref_mut and non_canonical_partial_ord_impl as these were never needed by this repo. Test Plan: CI Closes WEB-1733
1 parent 4d9b00a commit 1286d73

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.cargo/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@ rustflags = [
3535
"-Zshare-generics=y",
3636
"-Csymbol-mangling-version=v0",
3737
"-Aclippy::too_many_arguments",
38-
# Clippy's needless mut lint is buggy: https://github.com/rust-lang/rust-clippy/issues/11299
39-
"-Aclippy::needless_pass_by_ref_mut",
40-
# Clippy's partial_eq lint is buggy: https://github.com/rust-lang/rust-clippy/issues/11178
41-
"-Aclippy::non_canonical_partial_ord_impl",
4238
]

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-09-21
1+
nightly-2023-10-06

0 commit comments

Comments
 (0)