parallaxsecond / rust-tss-esapi

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

Fix a typo in variable name in `TpmFormatZeroWarning` #422

Closed wiktor-k closed 1 year ago

wiktor-k commented 1 year ago

The typo standed out so I fixed it and changed to use value: the name of the parameter from std::convert::From documentation.