rust/compiler/rustc_lint
Dylan DPC 16c3b64794
Rollup merge of #102602 - WaffleLapkin:linty_action, r=estebank
Slightly tweak comments wrt `lint_overflowing_range_endpoint`

From the review: https://github.com/rust-lang/rust/pull/101986#discussion_r975610611

It _seemed_ that the lint was not emitted when the `if` check failed, but _actually_ this happens already in a special case and the lint is emitted outside of this function, if this function doesn't. I've cleared up the code/comments a bit, so it's more obvious :)

r? ```@estebank```
2022-10-22 16:28:07 +05:30
..
src Rollup merge of #102602 - WaffleLapkin:linty_action, r=estebank 2022-10-22 16:28:07 +05:30
Cargo.toml Update unicode-rs crates to Unicode 15 2022-09-17 01:55:56 +08:00