learning-rust / learning-rust.github.io

Rust Programming Language Tutorials for Everyone!
https://learning-rust.github.io
MIT License
1.48k stars 165 forks source link

fixed warning: `...` range patterns are deprecated to `..=` #40

Closed husnaram closed 4 years ago

husnaram commented 4 years ago

i'm beginner, but when i tried match section, i found warning:...range patterns are deprecated. and then, the rust help show ..= for solved it. i used rustc 1.40.0 (73528e339 2019-12-16) for tired match section. thank you.

dumindu commented 4 years ago

Hi @mandasialearn, Thanks for reporting this issue and for the PR. I was also working on some overall update these days. But, would like to push your PR. Can you update the example in https://github.com/mandasialearn/site/blob/patch-1/source/docs/e2.panicking.md#unreachable as well?

Thanks

husnaram commented 4 years ago

I'm sorry for misplaced report. My pleasure.

dumindu commented 4 years ago

@mandasialearn Merged! Thanks for the PR! Feel free to report issues and make PRs, if you found any issues.