You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: `...` range patterns are deprecated
--> src/main.rs:5:10
|
5 | 0...3 => "small",
| ^^^ help: use `..=` for an inclusive range
|
= note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
The text was updated successfully, but these errors were encountered:
legends2k
changed the title
Change inclusive range operator is no longer ...
Change inclusive range operator to ..=Nov 1, 2019
In 1. Basics ~ Matching inclusive range should be written
..=
:The text was updated successfully, but these errors were encountered: