We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am reading the Rust reference. Looking at section 10.2 "Dynamically sized types" I find:
DSTs can be provided as type arguments when a bound of ?Sized.
?Sized
This sentence does not verb. I don't understand what it is trying to say, so I cannot make a PR. Should the words "is provided" be at the end?
The text was updated successfully, but these errors were encountered:
Sized
Successfully merging a pull request may close this issue.
I am reading the Rust reference. Looking at section 10.2 "Dynamically sized types" I find:
This sentence does not verb. I don't understand what it is trying to say, so I cannot make a PR. Should the words "is provided" be at the end?
The text was updated successfully, but these errors were encountered: