Skip to content

Commit

Permalink
Update rust nightly to 2022-11-04 (vercel#2599)
Browse files Browse the repository at this point in the history
* Update rust-toolchain to rust nightly 2022-11-04

* Remove now-unnecessary feature opt-in for arbitrary_enum_discriminant
  • Loading branch information
wbinnssmith authored Nov 7, 2022
1 parent bcc8666 commit 84771fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/turbo-tasks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#![feature(error_generic_member_access)]
#![feature(provide_any)]
#![feature(new_uninit)]
#![feature(arbitrary_enum_discriminant)]

pub mod backend;
mod collectibles;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-09-23
nightly-2022-11-04

0 comments on commit 84771fb

Please sign in to comment.