Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unstable features #310

Merged
merged 55 commits into from
Oct 3, 2023
Merged

Remove unstable features #310

merged 55 commits into from
Oct 3, 2023

Conversation

entropidelic
Copy link
Collaborator

@entropidelic entropidelic commented Sep 5, 2023

Description

In order to use the stable rust toolchain, unstable features usage are removed from the project.

removed/polyfilled features are:

  • arc_unwrap_or_clone
  • box_into_inner
  • hash_extract_if
  • int_roundings
  • iter_intersperse
  • iterator_try_collect
  • map_try_insert
  • strict_provenance
  • nonzero_ops
  • alloc_layout_extra
  • error_generic_member_access

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@edg-l edg-l changed the base branch from main to update_llvm17 October 2, 2023 12:36
Base automatically changed from update_llvm17 to main October 2, 2023 12:41
@edg-l edg-l marked this pull request as ready for review October 2, 2023 14:12
@edg-l edg-l merged commit 312d8fb into main Oct 3, 2023
6 checks passed
@edg-l edg-l deleted the remove-unstable-features branch October 3, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants