Skip to content

Update lib.rs#217

Merged
1nonlypiece merged 3 commits intoDisciplr-Org:mainfrom
kimcascante:patch-5
Apr 1, 2026
Merged

Update lib.rs#217
1nonlypiece merged 3 commits intoDisciplr-Org:mainfrom
kimcascante:patch-5

Conversation

@kimcascante
Copy link
Copy Markdown
Contributor

@kimcascante kimcascante commented Mar 30, 2026

Summary

Enforces zero warnings in contracts crate using #![deny(warnings)] and CI checks.

Closes #162

Changes

  • Added #![deny(warnings)] to contract crate
  • Fixed all Clippy warnings
  • Updated CI to fail on warnings
  • Updated README with lint instructions

Testing

  • cargo test ✔
  • cargo clippy ✔
  • Coverage ≥ 95%

Security Notes

  • No logic changes
  • No storage changes
  • Compile-time enforcement only

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@kimcascante Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@kimcascante kimcascante marked this pull request as ready for review March 30, 2026 22:16
@1nonlypiece 1nonlypiece merged commit 01563b9 into Disciplr-Org:main Apr 1, 2026
0 of 2 checks passed
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.

CI: enforce clippy -D warnings

2 participants