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

Convert Callback to be an enum to support Fn and FnOnce. #1125

Merged
merged 8 commits into from Apr 25, 2020

Commits on Apr 24, 2020

  1. Copy the full SHA
    d9af38c View commit details
    Browse the repository at this point in the history
  2. Run cargo fmt

    lukerandall committed Apr 24, 2020
    Copy the full SHA
    da59dc4 View commit details
    Browse the repository at this point in the history
  3. Update macro_test stderr

    lukerandall committed Apr 24, 2020
    Copy the full SHA
    cf68fa7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1632778 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1e1bb8a View commit details
    Browse the repository at this point in the history
  6. Add Scope::callback_once

    lukerandall committed Apr 24, 2020
    Copy the full SHA
    d00ab08 View commit details
    Browse the repository at this point in the history
  7. Run cargo fmt

    lukerandall committed Apr 24, 2020
    Copy the full SHA
    7a83803 View commit details
    Browse the repository at this point in the history
  8. Rename to Callback::once

    lukerandall committed Apr 24, 2020
    Copy the full SHA
    1ef8736 View commit details
    Browse the repository at this point in the history