We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c2d31c + 77390a1 commit e55c3f8Copy full SHA for e55c3f8
src/doc/rustc/src/lints/levels.md
@@ -100,9 +100,8 @@ This lint level gives you that.
100
'force-warn' does for 'warn'. It's the same as 'deny' in that a lint at this
101
level will produce an error, but unlike the 'deny' level, the 'forbid' level
102
can not be overridden to be anything lower than an error. However, lint
103
-levels may still be capped with `--cap-lints` (see below) so `rustc --cap-
104
-lints warn` will make lints set to 'forbid' just
105
-warn.
+levels may still be capped with `--cap-lints` (see below) so `rustc --cap-lints warn`
+will make lints set to 'forbid' just warn.
106
107
## Configuring warning levels
108
0 commit comments