We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf06475 commit 5baef96Copy full SHA for 5baef96
RELEASES.md
@@ -23,7 +23,7 @@ Compiler
23
--------
24
- [You can now pass multiple lint flags to rustc to override the previous
25
flags.][67885] For example; `rustc -D unused -A unused-variables` denies
26
- everything in the `unused` lint group unused except `unused-variables` which
+ everything in the `unused` lint group except `unused-variables` which
27
is explicitly allowed. However, passing `rustc -A unused-variables -D unused` denies
28
everything in the `unused` lint group **including** `unused-variables` since
29
the allow flag is specified before the deny flag (and therefore overridden).
0 commit comments