-
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
String slice doc improvements. #43652
Conversation
src/liballoc/str.rs
Outdated
/// assert!(v.get(..42).is_none()); | ||
/// let mut v = String::from("🗻∈🌏"); | ||
/// | ||
/// assert_eq!(Some("🗻"), v.get(0..4); |
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.
Missing a close paren. This is what failed travis.
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.
addressed in the latest force push
1b7139d
to
6722185
Compare
@bors r+ rollup |
📌 Commit 6722185 has been approved by |
⌛ Testing commit 6722185 with merge 9f52ddb21a5ca13ab8e8228f1d4bb096d80315db... |
💔 Test failed - status-travis |
@bors retry #40240 🤔.
|
String slice doc improvements. None
☀️ Test successful - status-appveyor, status-travis |
No description provided.