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

Don't byteswap Fingerprints when encoding #42335

Merged
merged 1 commit into from
Jun 3, 2017

Commits on Jun 1, 2017

  1. Don't byteswap Fingerprints when encoding

    Byteswapping Fingerprints when encoding is unnessesary and breaks if
    the Fingerprint is later decoded on a machine with different endianness
    to the one it was encoded on. Fix by removing the Encodable and
    Decodable implementations and use the ones derived from RustcEncodable
    and RustcDecodable.
    
    Fixes rust-lang#42239
    jcowgill committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    edefcb2 View commit details
    Browse the repository at this point in the history