Skip to content

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 7, 2023

From https://rust-lang.github.io/api-guidelines/naming.html

In UpperCamelCase, acronyms and contractions of compound words count
as one word: use Uuid rather than UUID, Usize rather than USize or
Stdin rather than StdIn.

Based on that guidance, this renames the Mpint type accordingly.

From https://rust-lang.github.io/api-guidelines/naming.html

> In UpperCamelCase, acronyms and contractions of compound words count
> as one word: use Uuid rather than UUID, Usize rather than USize or
> Stdin rather than StdIn.

Based on that guidance, this renames the `Mpint` type accordingly.
@tarcieri tarcieri merged commit 6526bd4 into master Mar 7, 2023
@tarcieri tarcieri deleted the ssh-key/rename-mpint branch March 7, 2023 04:19
@tarcieri tarcieri mentioned this pull request Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants