Files
rust/src/librustdoc
bors b543e0dc03 Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco
Make `--force-warns` a normal lint level option

Now that `ForceWarn` is a lint level, there's no reason `--force-warns` should be treated differently from other options that set lint levels. This merges the `ForceWarn` handling in with the other lint level command line options. It also unifies all of the relevant selection logic in `compiler/rustc_lint/src/levels.rs`, rather than having some of it weirdly elsewhere.

Fixes #86958, which arose from the special-cased handling of `ForceWarn` having had an error in it.
2021-07-19 13:18:04 +00:00
..
2021-07-07 17:52:18 +02:00
2021-06-20 23:07:28 -07:00
2021-07-18 11:54:39 +02:00
2021-07-18 11:54:39 +02:00
2021-06-02 18:35:32 +02:00

For more information about how librustdoc works, see the rustc dev guide.