-
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
Code backticks in documentation #9523
Conversation
Thanks. |
@@ -116,7 +116,7 @@ struct BigBitv { | |||
} | |||
|
|||
/** | |||
* a mask that has a 1 for each defined bit in the nth element of a big_bitv, | |||
* A mask that has a 1 for each defined bit in the n'th element of a `BigBitv`, |
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.
Changing nth
to n'th
doesn't strike me as right; nth
is how I at least am used to seeing it. c.f. ngrams comparison of nth
, n'th
and n-th
, where nth
has an overwhelming victory.
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.
Didn't know that, thanks. To me either n'th
or n-th
indicates better, that this is not a regular word.
Upgrade `compiletest-rs` dependency From `0.8` to `0.9`. The new version includes a [fix](Manishearth/compiletest-rs#259) for what I suspect was one cause of the recent rustup failure: https://github.com/rust-lang/rust-clippy/actions/runs/3106438892/jobs/5033324694#step:11:911 changelog: none
Collation of @kud1ing's work in #9511, #9512, #9513 and #9518.