We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91e5a47 + 77390a1 commit 33d507aCopy full SHA for 33d507a
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