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 f4e2695 commit 63b8e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermit-cli/src/bin/hermit/analyze/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ mod rundata;
mod types;

pub use types::AnalyzeOpts;
#[allow(unused_imports)]
pub use types::Report;

0 comments on commit 63b8e3c

Please sign in to comment.