-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Document inclusive ranges. #1015
Conversation
Note that the failing build is due to using an un-stabilized feature; it should pass once the feature is stabilized and released. |
This provides documentation for rust-lang/rust#28237.
b79b3d7
to
ea3385c
Compare
These just landed as stable in nightly. Let's retry travis! |
Looks like it's failing; is it running stable and/or not up to date with the nightly? |
seems like we'll need to do one of three:
@steveklabnik thoughts? |
actually, since rust-by-example now rides the docs release train, seems like it should be safe to do the second option and turn on nightly rust for travis ci |
Yes, that's what we should do. Run with nightly but check there aren't any feature gates. @alercah are you interested in tackling that? If not, I can take care of it tomorrow :) |
looks good, thanks! |
This provides documentation for rust-lang/rust#28237.