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
feat: allow silencing an unused variable defined via let (#6149)
# Description
## Problem
Resolves#6148
## Summary

## Additional Context
This is only for `let`, which is what we currently need.
Should this be documented? I guess so, but I couldn't find where in our
docs we explain `let`. (on the other hand we have `deprecated` but it
seems to also be undocumented)
## Documentation
Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
0 commit comments