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

Fix Command<T>::perform to return a Command<T> #2000

Merged
merged 2 commits into from
Oct 18, 2023
Merged

Commits on Oct 18, 2023

  1. Fix Command<T>::perform to return a Command<T>

    This seems like clearly the correct thing to do here. If the type bound
    on `Command` isn't specified, it makes no difference, since the generic
    is inferred in a way that works with either definition. But this is
    important if `Command<T>` is aliased with a concrete type.
    ids1024 authored and hecrj committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e0233eb View commit details
    Browse the repository at this point in the history
  2. Fix lint in screenshot example

    hecrj committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    54e6d2b View commit details
    Browse the repository at this point in the history