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
This isn't a big deal but the documentation is slightly out of date for the TyFixedLengthVec variant of ast::Ty.
TyFixedLengthVec
ast::Ty
Reference: http://doc.rust-lang.org/nightly/src/syntax/ast.rs.html#1247.
The comment should read:
/// A fixed length array (`[T; n]`)
I will fix this if I have time, otherwise it is a small tweak that someone looking to contribute could make.
cc @steveklabnik
The text was updated successfully, but these errors were encountered:
I've taken the liberty of fixing that comment :)
https://github.com/mund/rust/commit/d9fe33522bf12ab660803f1781a646656268e637
Sorry, something went wrong.
@mund can you open up a pull request please?
Yep, done!
#22845
Is this the right way to do it?
45c397d
No branches or pull requests
This isn't a big deal but the documentation is slightly out of date for the
TyFixedLengthVec
variant ofast::Ty
.Reference: http://doc.rust-lang.org/nightly/src/syntax/ast.rs.html#1247.
The comment should read:
I will fix this if I have time, otherwise it is a small tweak that someone looking to contribute could make.
cc @steveklabnik
The text was updated successfully, but these errors were encountered: