Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 8760348

Browse files
diliopfacebook-github-bot
authored andcommitted
Update platform010 & platform010-aarch64 symlinks
Summary: `1.76.0` release with fixes addressing the following: * Release notes ([link](https://releases.rs/docs/1.76.0/)) * Most notable is [#118054](rust-lang/rust#118054) manifesting as: ``` error: unused implementer of `futures::Future` that must be used --> fbcode/mlx/metalearner/housekeeper/housekeeper.rs:213:13 | 213 | self.ping_oncall(&oncall, usecases); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: futures do nothing unless you `.await` or poll them = note: requested on the command line with `-D unused-must-use` ``` * Changes in `search_index.js` spec for `rustdoc` ([link](https://github.com/rust-lang/rust/pull/118910/files#diff-3ac57789ddcd2856a3b4f0c444f2813315179bdbe55bb945fe64fcb27b53fee5L491)) * Split of `#![feature(exposed_provenance)]` ([link](rust-lang/rust#118487)) from [#95228](rust-lang/rust#95228) * `buck2` OSS toolchain bump to `nightly-2023-12-11` just before [#11878](rust-lang/rust-clippy#11878) and a bunch of other clippy lint renames. Reviewed By: dtolnay Differential Revision: D53776867 fbshipit-source-id: 78db83d8cdd6b0abae2b94ed1075e67b501fcd73
1 parent 02bc2f6 commit 8760348

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vendor/ocaml/interop/.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aliases:
22
- &is_main_branch
3-
equal: [ main, << pipeline.git.branch >> ]
3+
equal: [ main, << pipeline.git.branch >> ]
44

55
commands:
66
install_rust_toolchain:
@@ -85,7 +85,6 @@ commands:
8585
chmod +x buck2
8686
sudo ln -s $(pwd)/buck2 /usr/local/bin/buck2
8787
88-
8988
install_reindeer:
9089
description: Use cargo to install reindeer
9190
steps:

0 commit comments

Comments
 (0)