]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakis
authorbors <bors@rust-lang.org>
Tue, 26 Jun 2018 23:15:30 +0000 (23:15 +0000)
committerbors <bors@rust-lang.org>
Tue, 26 Jun 2018 23:15:30 +0000 (23:15 +0000)
lint to favor `..=` over `...` range patterns; migrate to `..=` throughout codebase

We probably need an RFC to actually deprecate the `...` syntax, but here's a candidate implementation for the lint considered in #51043. (My local build is super flaky, but hopefully I got all of the test revisions.)

1  2 
src/librustc_lint/lib.rs

Simple merge