1. Introduction
  2. Installation
  3. Usage
  4. Configuration
    1. Lint Configuration
  5. Clippy's Lints
  6. Continuous Integration
    1. GitHub Actions
    2. GitLab CI
    3. Travis CI
  7. Development
    1. Basics
    2. Adding Lints
    3. Defining Lints
    4. Writing tests
    5. Lint Passes
    6. Emitting lints
    7. Type Checking
    8. Trait Checking
    9. Method Checking
    10. Macro Expansions
    11. Common Tools
    12. 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
    13. Proposals
      1. Roadmap 2021
      2. Syntax Tree Patterns
    14. The Team