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

macros: Add dyn keyword for trait objects in valueset! expansion #2308

Merged
merged 2 commits into from Sep 16, 2022

Commits on Sep 16, 2022

  1. macros: Add dyn keyword for trait objects in valueset! expansion

    bare_trait_objects lint will become a hard error in Rust 2021.
    While tracing is still using Rust 2018, bare_trait_objects is a warning
    in the MSRV and dyn keyword is recommended.
    Xiami2012 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    78caf8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f1459 View commit details
    Browse the repository at this point in the history