mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
25 lines
500 B
Plaintext
25 lines
500 B
Plaintext
|
|
Available lint options:
|
|
-W <foo> Warn about <foo>
|
|
-A <foo> Allow <foo>
|
|
-D <foo> Deny <foo>
|
|
-F <foo> Forbid <foo> (deny <foo> and all attempts to override)
|
|
|
|
|
|
Lint checks provided by rustc:
|
|
|
|
$NAMES $LEVELS $MEANINGS
|
|
|
|
Lint groups provided by rustc:
|
|
|
|
$NAMES $SUB_LINTS
|
|
|
|
Lint checks provided by plugins loaded by this crate:
|
|
|
|
$NAMES $LEVELS $MEANINGS
|
|
|
|
Lint groups provided by plugins loaded by this crate:
|
|
|
|
$NAMES $SUB_LINTS
|
|
|