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

Further clippy fixes #55

Merged
merged 7 commits into from
Feb 23, 2024
Merged

Commits on Oct 14, 2023

  1. clippy: Enable doc_markdown lint.

    Using `clippy::doc_markdown` is useful for catching mistakes in
    the documentation comments, but since `AutoCAD` and `PostScript`
    look like identifiers, it warns about those needing backticks.
    
    Using `clippy.toml`, we can suppress those warnings, making this
    lint useful.
    waywardmonkeys committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    81d24a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fa75a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb36c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c67387 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f5a5a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bd6e2d View commit details
    Browse the repository at this point in the history
  7. clippy: Remove unneceesary allow(clippy::all) from generated code.

    The lints have all been addressed, so this can be removed now.
    waywardmonkeys committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    bb68381 View commit details
    Browse the repository at this point in the history