Lints - The Cargo Book (original) (raw)

The Cargo Book

Lints

Note: Cargo’s linting system is unstable and can only be used on nightly toolchains

Warn-by-default

These lints are all set to the ‘warn’ level by default.

unknown_lints

Set to warn by default

What it does

Checks for unknown lints in the [lints.cargo] table

Why it is bad

Example

[lints.cargo]
this-lint-does-not-exist = "warn"