From f29a1b610af30e0fa7ce6a0a59252495cbcb7f7a Mon Sep 17 00:00:00 2001 From: Cameron Pickett Date: Fri, 19 Jan 2024 20:14:43 -0800 Subject: [PATCH] update platform010 & platform010-aarch64 symlinks 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 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index bed25ae7..e4c6616e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2023-10-01" +channel = "nightly-2023-11-10"