-
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
Spellcheck library docs. #12345
Spellcheck library docs. #12345
Conversation
Somehow I thought you were joking. I should have known better. |
@@ -1111,7 +1111,7 @@ impl MetricMap { | |||
|
|||
// Benchmarking | |||
|
|||
/// A function that is opaque to the optimiser, to allow benchmarks to | |||
/// A function that is opaque to the optimizer, to allow benchmarks to |
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.
It was right the first time :P
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.
I wish the codebase was in UK english too, but alas!
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.
In deference to Rust's origins, I propose we standardize on whatever spellings are used in British Columbia.
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.
Maybe the standard spelling used by fungi would be appropriate too?
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.
I second @bstrie 's vote since I am also a British Columbian.
Congratulations on commit #12345! |
@@ -144,7 +144,7 @@ impl Select { | |||
} | |||
} | |||
|
|||
/// Waits for an event on this port set. The returned valus is *not* and | |||
/// Waits for an event on this port set. The returned value is *not* 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.
"not and index"?
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.
Thanks for noticing; fixed.
…kril feat: escape format specifier(close: rust-lang#12258) solve rust-lang/rust-analyzer#12258
…i-obk Rework `no_coverage` to `coverage(off)` As discussed at the tail of rust-lang#84605 this replaces the `no_coverage` attribute with a `coverage` attribute that takes sub-parameters (currently `off` and `on`) to control the coverage instrumentation. Allows future-proofing for things like `coverage(off, reason="Tested live", issue="rust-lang#12345")` or similar.
…ces, r=xFrednet Pause PR assignments for xFrednet :) My life is currently a bit chaotic, and it feels like I can't give reviews the attention they need. I'll finish the PRs I'm assigned to, write the changelogs, and am available when I get pinged etc. This is only intended as a temporary pause, as I still genuinely enjoy working with everyone in this repo and seeing Clippy grow day by day. --- changelog: none r? `@ghost`
No description provided.