Skip to content

Commit

Permalink
update platform010 & platform010-aarch64 symlinks
Browse files Browse the repository at this point in the history
Summary:
Upgrade to 1.75.0 toolchain.

Fixes for the following:
1. `file_set_times` stabilized
2. `async_fn_in_trait` stabilized
3. `return_position_impl_trait_in_trait` stabilized
4. Unused imports lint expanded. I applied `#[allow(unused_imports)]` fairly liberally, and will follow-up in a second diff to remove some (for ease of review).
5. `clippy::blocks_in_if_conditions` was renamed to `clippy::blocks_in_conditions`.

Reviewed By: diliop

Differential Revision: D52849647

fbshipit-source-id: ef1c5e3e878caf19264a5578d7df01bb33b6a494
  • Loading branch information
capickett authored and facebook-github-bot committed Jan 20, 2024
1 parent 2d21915 commit f29a1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-10-01"
channel = "nightly-2023-11-10"

0 comments on commit f29a1b6

Please sign in to comment.