-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wording in "Unsized Types" chapter of TRPL is unclear #24852
Comments
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 30, 2015
First, a link was broken. Second, the wording was a bit unclear, so I fixed it up. Fixes rust-lang#24852
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
May 1, 2015
First, a link was broken. Second, the wording was a bit unclear, so I fixed it up. Fixes rust-lang#24852
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
May 1, 2015
First, a link was broken. Second, the wording was a bit unclear, so I fixed it up. Fixes rust-lang#24852
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
May 1, 2015
First, a link was broken. Second, the wording was a bit unclear, so I fixed it up. Fixes rust-lang#24852
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"With this impl" seems to refer to previously mentioned
but it's unclear from the sentence which
impl
is being referred to.@steveklabnik says he meant
impl Foo for str {
(link)The text was updated successfully, but these errors were encountered: