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

Don't explicitly warn against semicolon_in_expressions_from_macros #3212

Merged
merged 2 commits into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. Don't explicitly warn against semicolon_in_expressions_from_macros

    This warns-by-default since 2 years and already has been added to the future-incompat group since Rust 1.68.
    
    See rust-lang/rust#79813 for the tracking issue.
    Xanewok authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e49866a View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Xanewok committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dc32d58 View commit details
    Browse the repository at this point in the history