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 FAILPOINTS variable name in docs, and lints #76

Merged
merged 4 commits into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. Fix typo'd env var name in docs

    Signed-off-by: Martin Pool <mbp@sourcefrog.net>
    sourcefrog committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    83c0687 View commit details
    Browse the repository at this point in the history
  2. Update lint name

    Signed-off-by: Martin Pool <mbp@sourcefrog.net>
    sourcefrog committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3747b3a View commit details
    Browse the repository at this point in the history
  3. Mark doctest no_run

    cargo doesn't run #[test] inside doctests; see https://rust-lang.github.io/rust-clippy/master/index.html#/test_attr_in_doctest
    
    Signed-off-by: Martin Pool <mbp@sourcefrog.net>
    sourcefrog committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a12a859 View commit details
    Browse the repository at this point in the history
  4. Lint suppression is no longer needed

    Signed-off-by: Martin Pool <mbp@sourcefrog.net>
    sourcefrog committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b0e8a05 View commit details
    Browse the repository at this point in the history