Skip to content
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

Fix clippy::upper_case_acronyms nits; small cleanups #269

Merged
merged 1 commit into from
Jul 11, 2021

Conversation

tony-iqlusion
Copy link
Member

@tony-iqlusion tony-iqlusion commented Jul 11, 2021

Renames the following to match Rust idioms:

  • APDU => Apdu
  • CCC => Ccc
  • CHUID => ChuId

Also removes Copy from mscmap::Container, which fixes a clippy lint about its usage of to_bytes.

@tarcieri tarcieri force-pushed the fix-clippy-nits-and-small-cleanups branch from e2a4e3c to 81c76a5 Compare July 11, 2021 15:41
Renames the following to match Rust idioms:
- `APDU` => `Apdu`
- `CCC` => `Ccc`
- `CHUID` => `ChuId`

Also removes `Copy` from `mscmap::Container`, which fixes a clippy lint
about its usage of `to_bytes`.
@tarcieri tarcieri force-pushed the fix-clippy-nits-and-small-cleanups branch from 81c76a5 to b1f28da Compare July 11, 2021 15:43
@tony-iqlusion tony-iqlusion merged commit a1d9c7a into main Jul 11, 2021
@tony-iqlusion tony-iqlusion deleted the fix-clippy-nits-and-small-cleanups branch July 11, 2021 15:51
@tony-iqlusion tony-iqlusion mentioned this pull request Jul 12, 2021
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.

1 participant