Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Oct 31, 2024
1 parent ad474aa commit d3ba429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb_client/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ pub enum RustADBError {
RSAError(#[from] rsa::errors::Error),
/// Cannot convert given data from slice
#[error(transparent)]
TryFromSliceError(#[from] std::array::TryFromSliceError)
TryFromSliceError(#[from] std::array::TryFromSliceError),
}

0 comments on commit d3ba429

Please sign in to comment.