mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix the broken links to the page of the Rust Programming Language
We need to update the links of Match and Patterns in Some basic Rust section.
This commit is contained in:
parent
dca1150ea1
commit
ac877659e6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ This guide only covers the most important options. Be sure to look at all the av
|
|||
|
||||
Even if you have never seen any Rust code, it's not too hard to read Servo's code. But there are some basics things one must know:
|
||||
|
||||
- [Match](https://doc.rust-lang.org/book/match.html) and [Patterns](https://doc.rust-lang.org/book/patterns.html)
|
||||
- [Match](https://doc.rust-lang.org/book/first-edition/match.html) and [Patterns](https://doc.rust-lang.org/book/first-edition/patterns.html)
|
||||
- [Options](http://rustbyexample.com/std/option.html)
|
||||
- [Expression](http://rustbyexample.com/expression.html)
|
||||
- [Traits](http://rustbyexample.com/trait.html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue