The following paragraph at the end of this section:
Another kind of generic that we’ve already been using is called lifetimes. Rather than ensuring that a type has the behavior we want, lifetimes ensure that references are valid as long as we need them to be. Let’s look at how lifetimes do that.
Doesn't make sense, as we aren't going to look at lifetimes next - we are first going to complete some tasks relating to traits. Perhaps remove it or move it to the next section?
The following paragraph at the end of this section:
Doesn't make sense, as we aren't going to look at lifetimes next - we are first going to complete some tasks relating to traits. Perhaps remove it or move it to the next section?