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 box_syntax #4667

Merged
merged 6 commits into from Apr 26, 2023
Merged

remove box_syntax #4667

merged 6 commits into from Apr 26, 2023

Commits on Apr 21, 2023

  1. remove box_syntax

    Box syntax removed in
    rust-lang/rust#108471
    
    Removed all `#![features(box_syntax)]`
    and ran `cargo fix --broken-code` to
    replace all previous box_patterns uses
    of `box` with `Box::new()`.
    seeplusplus committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9bcb212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1eea2b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    7e1a95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce8e37 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    1df7e83 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. chore: cargo fmt

    seeplusplus committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    0853249 View commit details
    Browse the repository at this point in the history