Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Clippy warnings: remove unused import and replace assert_eq!(...,… #1287

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

strmfos
Copy link
Contributor

@strmfos strmfos commented Mar 26, 2025

Summary

  • Removed unused import NetworkWallet.
  • Replaced assert_eq!(..., true) with assert!(...) to satisfy Clippy’s bool_assert_comparison rule.

Why

  • Keeps the code clean and warning-free under Clippy’s strict checks.
  • Ensures consistency with recommended Rust practices.

@jasonandjay jasonandjay merged commit e4901e0 into Dapp-Learning-DAO:main Mar 28, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants