Closed cbreeden closed 3 years ago
@lfairy Does this look fine to you?
I wonder if this article should be about borrowed types in general (e.g. talk about Vec
and &[T] as well)
This is a good point. Let me think about that.
@nrc @lfairy Do you like this approach better?
@lambda-fairy Worked in some fixes from you, would you mind reading over it one last time? ;-)
Other than the 2 open suggestions I've made it looks good to me.
LGTM modulo comments
That was a ride 🎢 🙄
:-D
Thanks for the PR @cbreeden ;-)
Describe some of the reasons it is considered idiomatic to use
&str
over&String
in most cases.ref.: #27