1. Introduction
  2. Installation
  3. Usage
  4. Configuration
    1. Lint Configuration
  5. Clippy's Lints
  6. Attributes for Crate Authors
  7. Continuous Integration
    1. GitHub Actions
    2. GitLab CI
    3. Travis CI
  8. Development
    1. IMPORTANT: FEATURE FREEZE
    2. Basics
    3. Adding Lints
    4. Defining Lints
    5. Writing tests
    6. Lint Passes
    7. Emitting lints
    8. Type Checking
    9. Trait Checking
    10. Method Checking
    11. Macro Expansions
    12. Common Tools
    13. Infrastructure
      1. Syncing changes between Clippy and rust-lang/rust
      2. Backporting Changes
      3. Updating the Changelog
      4. Release a New Version
      5. The Clippy Book
      6. Benchmarking Clippy
    14. Proposals
      1. Roadmap 2021
      2. Syntax Tree Patterns
    15. The Team