Rollup merge of #96662 - rockboynton:master, r=GuillaumeGomez

Fix typo in lint levels doc
This commit is contained in:
Yuki Okushi 2022-05-04 17:13:12 +09:00 committed by GitHub
commit 33d507a986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,9 +100,8 @@ This lint level gives you that.
'force-warn' does for 'warn'. It's the same as 'deny' in that a lint at this
level will produce an error, but unlike the 'deny' level, the 'forbid' level
can not be overridden to be anything lower than an error. However, lint
levels may still be capped with `--cap-lints` (see below) so `rustc --cap-
lints warn` will make lints set to 'forbid' just
warn.
levels may still be capped with `--cap-lints` (see below) so `rustc --cap-lints warn`
will make lints set to 'forbid' just warn.
## Configuring warning levels