Skip to content

Commit

Permalink
Update rust toolchain to nightly-2023-09-21 (#55774)
Browse files Browse the repository at this point in the history
This:

- Updates to the latest api change for `StdError` in `error_generic_member_access` rust-lang/rust#99301
- Updates `pathfinder_simd` for compatiblity


Closes WEB-1636
  • Loading branch information
wbinnssmith committed Sep 22, 2023
1 parent 2cc30fc commit 816033a
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Expand Up @@ -38,5 +38,5 @@ rustflags = [
# Clippy's needless mut lint is buggy: https://github.com/rust-lang/rust-clippy/issues/11299
"-Aclippy::needless_pass_by_ref_mut",
# Clippy's partial_eq lint is buggy: https://github.com/rust-lang/rust-clippy/issues/11178
"-Aclippy::incorrect_partial_ord_impl_on_ord_type",
"-Aclippy::non_canonical_partial_ord_impl",
]

0 comments on commit 816033a

Please sign in to comment.