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

Replace &Option<T> with Option<&T> #4446

Merged
merged 4 commits into from
Dec 1, 2022
Merged

Replace &Option<T> with Option<&T> #4446

merged 4 commits into from
Dec 1, 2022

Commits on Nov 30, 2022

  1. Replace &Option<T> with Option<&T>

    askoa committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    26ef7f8 View commit details
    Browse the repository at this point in the history
  2. empty commit to start build

    askoa committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e529135 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Change &Option<Vec> to Option<&Vec>

    askoa committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4513472 View commit details
    Browse the repository at this point in the history
  2. merge changes from master

    askoa committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    445e719 View commit details
    Browse the repository at this point in the history