-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
doc comment rewording #39482
doc comment rewording #39482
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
src/librustc/mir/mod.rs
Outdated
@@ -63,7 +63,7 @@ macro_rules! newtype_index { | |||
} | |||
|
|||
/// Lowered representation of a single function. | |||
// Do not implement clone for Mir, its easy to do so accidently and its kind of expensive. | |||
/// Do not implement clone for Mir, which can be accidently done and kind of expensive. |
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.
Looks good!
Regarding your //
to ///
change, I'm not sure if this information belongs in the doc comment. What do you think?
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.
Yes, better to keep it out of doc comment. Thanks
@frewsxcv Updated |
Looks good, thanks! @bors r+ rollup |
📌 Commit 380ba6d has been approved by |
doc comment rewording
doc comment rewording
doc comment rewording
doc comment rewording
No description provided.