Allow range_plus_one while ..= ranges are unstable

This commit is contained in:
Niklas Fiekas 2017-10-08 12:42:17 +02:00
parent d8e01237e2
commit e9be7530c6

View File

@ -55,7 +55,7 @@ declare_lint! {
/// ```
declare_lint! {
pub RANGE_PLUS_ONE,
Warn,
Allow,
"`x..(y+1)` reads better as `x..=y`"
}