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

core/any: remove Provider trait, rename Demand to Request #113464

Merged
merged 1 commit into from Aug 14, 2023

Commits on Aug 13, 2023

  1. core/any: remove Provider trait

    * remove `impl Provider for Error`
    * rename `Demand` to `Request`
    * update docstrings to focus on the conceptual API provided by `Request`
    * move `core::any::{request_ref, request_value}` functions into `core::error`
    * move `core::any::tag`, `core::any::Request`, an `core::any::TaggedOption` into `core::error`
    * replace `provide_any` feature name w/ `error_generic_member_access`
    * move `core::error::request_{ref,value} tests into core::tests::error module
    * update unit and doc tests
    waynr committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    a646b39 View commit details
    Browse the repository at this point in the history