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::doc_lazy_continuation lints #395

Merged
merged 5 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    9284776 View commit details
    Browse the repository at this point in the history
  2. Fix dead_code warnings in tests.

    Protect code used in some tests based on features with feature
    checks.
    waywardmonkeys committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a279561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21e8bb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c562b7 View commit details
    Browse the repository at this point in the history
  5. Remove a cfg_attr check for track_caller

    This shouldn't be needed here as the test is already ignored.
    waywardmonkeys committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fefe6c5 View commit details
    Browse the repository at this point in the history