You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(key-wallet): improve code quality with clippy fixes and formatting
- Remove unnecessary clone() in basic_usage.rs example
- Change Into<u32> to From<KeyDerivationType> for more idiomatic Rust
- Remove unnecessary lifetime annotation on &str IntoDerivationPath impl
- Use matches! macro instead of match for boolean checks
- Fix extend() call to not need a reference
- Apply cargo fmt to improve code formatting consistency
These changes follow Rust best practices and improve code maintainability
without affecting functionality.
0 commit comments