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

tokio-macros: compat with clippy::unwrap_used #3926

Merged

Commits on Jul 5, 2021

  1. tokio-macros: compat with clippy::unwrap_used

    Up until now there were a few places on the code where
    both the macros tokio::test and tokio::main were unwrapping.
    
    This patch changes .unwrap() for .expect(), to be compatible with
    clippy::unwrap_used
    
    Ref: tokio-rs#3887
    blasrodri committed Jul 5, 2021
    Copy the full SHA
    1aeaed0 View commit details
    Browse the repository at this point in the history
  2. rm unwrap

    blasrodri committed Jul 5, 2021
    Copy the full SHA
    3f2e31d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. handle NestedMeta variant

    blasrodri committed Jul 6, 2021
    Copy the full SHA
    089d02a View commit details
    Browse the repository at this point in the history