parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
85 stars 51 forks source link

Fixes lint errors reported in rust 1.75. #483

Closed Superhepper closed 7 months ago

Superhepper commented 8 months ago

Looks cleaner 👍 👌

(Although the hex changes from 0xff to 0xFF look unnecessary at first).

They are actually unnecessary so you are right there I was trying to fix various spelling errors while I was at it and the extension I used complained about the lower letter hex values.