Skip to content

Commit 5baef96

Browse files
Update RELEASES.md
Co-Authored-By: Mark Rousskov <[email protected]>
1 parent cf06475 commit 5baef96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Compiler
2323
--------
2424
- [You can now pass multiple lint flags to rustc to override the previous
2525
flags.][67885] For example; `rustc -D unused -A unused-variables` denies
26-
everything in the `unused` lint group unused except `unused-variables` which
26+
everything in the `unused` lint group except `unused-variables` which
2727
is explicitly allowed. However, passing `rustc -A unused-variables -D unused` denies
2828
everything in the `unused` lint group **including** `unused-variables` since
2929
the allow flag is specified before the deny flag (and therefore overridden).

0 commit comments

Comments
 (0)