-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Indicate keywords are code-like in Fuse::reset_fuse doc comment #24555
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
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
/// Resets the fuse such that the next call to .next() or .next_back() will | ||
/// call the underlying iterator again even if it previously returned None. | ||
/// Resets the `Fuse` such that the next call to `.next()` or `.next_back()` will call the | ||
/// underlying iterator again even if it previously returned `None`. |
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.
Could you keep this comment wrapped at 80 characters as well? (the surrounding style)
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.
Done
@bors: r+ rollup |
📌 Commit d2ed118 has been approved by |
No description provided.