Skip to content

Commit 5e8f69a

Browse files
Add slice patterns blog
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent b36abd6 commit 5e8f69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2020-03-12-Rust-1.42.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fn foo(words: &[&str]) {
9797
}
9898
```
9999

100-
If you're interested in learning more, we published [a post on the Inside Rust blog](https://blog.rust-lang.org/inside-rust/2020/03/04/recent-future-pattern-matching-improvements.html) discussing these changes as well as more improvements to pattern matching that we may bring to stable in the future!
100+
If you're interested in learning more, we published [a post on the Inside Rust blog](https://blog.rust-lang.org/inside-rust/2020/03/04/recent-future-pattern-matching-improvements.html) discussing these changes as well as more improvements to pattern matching that we may bring to stable in the future! You can also read more about slice patterns in [Thomas Hartmann's post](https://thomashartmann.dev/blog/feature(slice_patterns)/).
101101

102102

103103
### [`matches!`]

0 commit comments

Comments
 (0)