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 clippy warnings #1851

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Fix clippy warnings #1851

merged 2 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Fix non-portable doc comments warning

    A line starting with > might be interpreted as a block quote.
    In regular markdown this could be prevented by escaping the `>`
    using a backslash. However, since the doc comments are used by
    clap for the long help more or less verbatim, the `\` would be visible
    hence the shuffling around of words.
    bash committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8bce7ac View commit details
    Browse the repository at this point in the history
  2. Use .contains()

    bash committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9bf90e5 View commit details
    Browse the repository at this point in the history