Pacify clippy

This commit is contained in:
Michael Vines
2021-02-18 23:42:09 -08:00
parent fd3b71a2c6
commit 5df36aec7d
40 changed files with 446 additions and 451 deletions

View File

@ -37,7 +37,7 @@ pub enum LedgerError {
SdkTimeout = 0x6810,
#[error("Ledger PIC exception")]
SdkExceptionPIC = 0x6811,
SdkExceptionPic = 0x6811,
#[error("Ledger app exit exception")]
SdkExceptionAppExit = 0x6812,