-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Basic documentation for inclusive range syntax #40740
Basic documentation for inclusive range syntax #40740
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ rollup thanks! |
📌 Commit b435c50 has been approved by |
@@ -6,5 +6,15 @@ The tracking issue for this feature is: [#28237] | |||
|
|||
------------------------ | |||
|
|||
To get a range that goes from 0 to 10 and includes the value 10, and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra "and"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@bors r- |
b435c50
to
c5a9f1f
Compare
Figured that wouldn't work, but worth a shot. Force-pushed a fix. |
@bors r- |
@bors r=steveklabnik rollup |
📌 Commit c5a9f1f has been approved by |
…-doc, r=steveklabnik Basic documentation for inclusive range syntax Done so that we can remove mention of this from the stable documentation⚠️ .
…-doc, r=steveklabnik Basic documentation for inclusive range syntax Done so that we can remove mention of this from the stable documentation⚠️ .
Done so that we can remove mention of this from the stable documentation⚠️ .